mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05: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())
|