Implements commands for translating text into roleplay languages like Valspiren, Elvish, and Draconic, ported from a web application.
4 lines
96 B
Python
4 lines
96 B
Python
from .translator import Translator
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Translator(bot)) |