5 lines
96 B
Python
5 lines
96 B
Python
from discord.ext import commands
|
|
|
|
class music_help(commands.MinimalHelpCommand):
|
|
pass #TODO
|