Adding Apache language to the License specifically for this cog only to cover my usage of porting the TTT cog.
6 lines
65 B
Python
6 lines
65 B
Python
from .ttt import TTT
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(TTT(bot))
|