Esempio n. 1
0
 def __init__(self, bot: discord.ext.commands.Bot):
     self.bot = bot        
     bot.remove_command('help')
     config = parsing.parse_json('config.json')        
     self.prefix = config["prefix"]
     self.bot_descr = config["description"]
     self.color = 0x1e7180
     self.error = 0xcc0000
Esempio n. 2
0
 def __init__(self, bot: discord.ext.commands.Bot):
     self.bot = bot
     bot.remove_command('help')
Esempio n. 3
0
def teardown(bot: discord.ext.commands.Bot):
    bot.remove_command(roll)
Esempio n. 4
0
def teardown(bot: discord.ext.commands.Bot):
    bot.remove_command(get_version)