feat(fun): add more reactions

This commit is contained in:
2025-03-28 21:13:06 -04:00
parent 062676df26
commit b0c96a11cd
2 changed files with 13 additions and 4 deletions

View File

@@ -24,6 +24,12 @@ SPONSORBLOCK_CATEGORY_NAMES = {
"selfpromo": "self promotion",
"sponsor": "sponsored",
}
REACTIONS = {
"cat": ["🐈"],
"dog": ["🐕"],
"gn": ["💤", "😪", "😴", "🛌"],
"pizza": ["🍕"],
}
RELOADABLE_MODULES = [
"arguments",
"audio",