Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 480 Bytes

File metadata and controls

27 lines (19 loc) · 480 Bytes

PythonBot

A python bot guide just for you 😊


How to make

Requirements

See requirements.txt to see what need it

If you are lazy to open file it's oke just install:

  • discord.py
  • asyncio

Code

You can see in main.py

Finishing

If you want make costum commands just write:

@client.command(ctx)
async def (name of commands)():
   await ctx.send('description')