better reaction storage

This commit is contained in:
jsl12
2022-01-22 01:45:49 -06:00
parent 64e7dc6bb0
commit a956ee7afe
4 changed files with 173 additions and 172 deletions

View File

@@ -10,7 +10,6 @@ if __name__ == '__main__':
logging.basicConfig(level=logging.INFO)
# https://discordpy.readthedocs.io/en/stable/quickstart.html
client = Kwaylon(
# limit=100,
# days=10
@@ -36,6 +35,5 @@ if __name__ == '__main__':
# async def on_raw_reaction_remove(payload: RawReactionActionEvent):
# await client.handle_raw_reaction(payload)
load_dotenv()
client.run(os.getenv('DISCORD_TOKEN'))