feat: add translator cog for fantasy languages
Implements commands for translating text into roleplay languages like Valspiren, Elvish, and Draconic, ported from a web application.
This commit is contained in:
4
translator/__init__.py
Normal file
4
translator/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .translator import Translator
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(Translator(bot))
|
||||
Reference in New Issue
Block a user