Files
aikaterna-cogs/ttt/__init__.py
aikaterna 2d0f561fbd [TTT] Initial commit
Adding Apache language to the License specifically for this cog only to cover my usage of porting the TTT cog.
2020-12-02 10:41:09 -08:00

6 lines
65 B
Python

from .ttt import TTT
def setup(bot):
bot.add_cog(TTT(bot))