runabot/Christmas/Cogs/Commands_Music.py

13 lines
352 B
Python
Raw Normal View History

2023-11-26 04:27:34 +00:00
from discord import Member, SlashCommandGroup, Option
from discord.ext.commands import Cog, cooldown, BucketType, command, has_permissions, bot_has_permissions, Context, guild_only, bot_has_guild_permissions, check
class CMusic(Cog):
def __init__(self, bot):
self.bot = bot
def setup(bot):
bot.add_cog(CMusic(bot))