6 lines
65 B
Python
6 lines
65 B
Python
|
|
from .ttt import TTT
|
||
|
|
|
||
|
|
|
||
|
|
def setup(bot):
|
||
|
|
bot.add_cog(TTT(bot))
|