Skip to content

Instantly share code, notes, and snippets.

View dangreene0's full-sized avatar
🤡
there are 1,000 gigglebytes in a ticklebyte.

dani dangreene0

🤡
there are 1,000 gigglebytes in a ticklebyte.
View GitHub Profile
@dangreene0
dangreene0 / README.md
Last active June 7, 2021 15:17
Looaf's "discord-py-skeleton" Open Source ReactionsRaw Code

discord-py-skeleton reactionsRaw.py

This is an open-source on_raw_reactions solution for people using Looaf's discord-py-skeleton

Features

  • Modular and independent raw reaction code

How to install

  1. Place this reactionsRaw.py cog into your cogs folder.
  2. Rename any previous functions with on_raw_reaction_add or on_raw_reaction_remove to reactionsAdd or reactionsRemove
  3. You may now seperate your raw reaction code into seperate files.