Skip to content

bolehngopi/PythonBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

A simple python bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages