mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
5 lines
70 B
Python
5 lines
70 B
Python
from .audio import Audio
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Audio(bot)) |