2019-12-06 12:52:25 -08:00
|
|
|
from .noflippedtables import NoFlippedTables
|
|
|
|
|
|
2020-08-26 17:57:43 +01:00
|
|
|
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
|
|
|
|
|
|
2019-12-06 12:52:25 -08:00
|
|
|
|
|
|
|
|
def setup(bot):
|
2020-08-26 17:57:43 +01:00
|
|
|
bot.add_cog(NoFlippedTables(bot))
|