@Bot.event
async def on_message(message)
@Bot.command()
async def info(ctx)
@Bot.event
async def on_message(message):
if message.content.startswith('-debug'):
await message.channel.send('d')
await Bot.process_commands(message) # необходимо добавить
@Bot.command()
async def info(ctx):
await ctx.send('arg')
await Bot.process_commands(message)
строку в конце вашего on_message