|
| 1 | + |
1 | 2 | # joker |
2 | | - My discord bot [W.I.P.] |
| 3 | +#### My discord bot [W.I.P.] |
| 4 | + --- |
| 5 | + [](https://forthebadge.com) |
| 6 | + [](https://forthebadge.com) |
| 7 | + |
| 8 | +## A simple discord bot created using python library discord.py rewrite. |
| 9 | + |
| 10 | +### [Requirements](https://github.com/Mastermind-sap/joker/blob/main/requirements.txt) |
| 11 | +- git+https://github.com/Rapptz/discord.py |
| 12 | +- dnspython==1.16.0 |
| 13 | +- PyNaCl==1.3.0 |
| 14 | +- async-timeout==3.0.1 |
| 15 | +- pyjokes |
| 16 | +- joke_generator |
| 17 | + |
| 18 | +--- |
| 19 | +### Steps to proceed(if you want to make your own bot or else you can invite my bot to your server): |
| 20 | + |
| 21 | +1. First make a discord application for your bot [here](https://discord.com/developers/applications) |
| 22 | +2. Install the packages in [requirements.txt](https://github.com/Mastermind-sap/joker/blob/main/requirements.txt) |
| 23 | +3. Save your bot token [here](https://github.com/Mastermind-sap/joker/blob/main/token.txt) |
| 24 | +4. Save your main account id [here](https://github.com/Mastermind-sap/joker/blob/main/mainaccid.txt) |
| 25 | +5. Save the other necessary details [here](https://github.com/Mastermind-sap/joker/blob/main/info.txt) |
| 26 | +6. Run `joker.py` |
| 27 | + |
| 28 | +##### Note: steps 4 and 5 may be skipped now but it can be necessary in further updates. |
| 29 | +--- |
| 30 | + |
| 31 | +# Invite joker/whysoserious bot(my bot) to your server |
| 32 | +## To invite joker click [here](https://discord.com/api/oauth2/authorize?client_id=768906991820210269&permissions=8&scope=bot) |
| 33 | +- Once you have invited the bot type `!joker help` in any text channel or private message to joker, to get a list of all the commands published till date |
| 34 | +- You need to use `!joker` before every command |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +--- |
| 39 | + |
| 40 | +#### Note: |
| 41 | +- The bot will be online most of the time but may be pushed offline during developing stage. Moreover the work is in progress so that might happen often. |
| 42 | +- New commands will keep comming now and then. |
| 43 | +- Please use the bot in a fair manner such that it hurts no ones feeling. |
| 44 | +- Any suggestions regarding new commands ,modification are always welcome. |
| 45 | + |
| 46 | +--- |
0 commit comments