runabot/Christmas/Cogs/Commands_Music.py
2023-11-26 13:27:34 +09:00

13 lines
352 B
Python

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))