6 lines
99 B
Python
6 lines
99 B
Python
from .noflippedtables import NoFlippedTables
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(NoFlippedTables(bot))
|