A slash command Discord Bot Made In Python Using Nextcord Library, Please keep the credits and i have the rights to take down and bot /repo which does not give me credits
All The packages can be installed using
pip install -r requirements.txt
if you have multiple python versions python 2 and 3 and default is set to python 2 use:
pip3 install -r requirements.txt
and open config.py and and put your token lastly run main.py and you should see your your bot should be online in discord if everything goes well.
command | usage |
---|---|
/hello | sends a hello |
/bye | sends a bye |
/ban | bans a member |
/kick | kicks a member |
/unan | unbans a member |
/rickroll | sends a rickroll |
/meme | sends a meme |
/help | help command |
/member | tells how many members are in the server |
/about | about the author |
|------------------ MORE COMING SOON --------------------|
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
feel free to open an issue If there is any issues or errors!