mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-03-09 14:37:21 -04:00
Polls have been removed for now and they will be remade in the future (maybe even as a separate cog)
6 lines
74 B
Python
6 lines
74 B
Python
from .general import General
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(General())
|