6 lines
91 B
Python
6 lines
91 B
Python
from .dictionary import Dictionary
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Dictionary(bot))
|