A python bot guide just for you 😊
See requirements.txt to see what need it
If you are lazy to open file it's oke just install:
discord.pyasyncio
You can see in main.py
If you want make costum commands just write:
@client.command(ctx)
async def (name of commands)():
await ctx.send('description')