import discord from discord.ext import commands bot = commands.Bot("!") @bot.command() async def test(ctx): print('hello') bot.run('token')