|
| 1 | +# 🤖 Nextcord Bot Template |
| 2 | +A simple template for building a beautiful discord bot with nextcord.Here I have also implemented the buttons, discord modals and select menus along with slash commands. This project is under progress so you have to wait for some time to get your wanted features. |
| 3 | + |
| 4 | +## 💻 Features |
| 5 | +1. Added MongoDB database for saving bot data (eg:- bot prefix). |
| 6 | +2. Added Listeners and added a lot of bot customization options. |
| 7 | +3. Dynamic help command with buttons. |
| 8 | +4. Added sub-commands examples in `__sub-command.py`. |
| 9 | +5. Added some commands related to the stats of the bot. |
| 10 | +6. Added some commands to send channel stats, to create or delete channels. |
| 11 | +7. Added a cog handler. |
| 12 | +8. Added configuration cog. |
| 13 | +9. Added ping and eval command. |
| 14 | +10. Added fun commands. |
| 15 | +11. Added music cog. |
| 16 | +12. Added utility cog. |
| 17 | +13. Added suggestion cog. |
| 18 | +14. Added slash commands. |
| 19 | +15. Added discord modals. |
| 20 | + |
| 21 | +## 💻 How to setup |
| 22 | +### Step 1 |
| 23 | + Run ```git clone https://github.com/abindent/Nextcord-Utility-Bot.git``` this command to our terminal for cloning this repo. |
| 24 | + |
| 25 | +### Step 2 |
| 26 | + Add environment variable file (eg:- `.env`, `.env.local`, `.env.developement`). |
| 27 | + |
| 28 | + |
| 29 | + After creating a .env file add the following lines |
| 30 | + |
| 31 | + BOT_TOKEN=<Your bot's token> |
| 32 | + MONGO_URI=<connection string to your mongodb collection> |
| 33 | + JOKE_API=<rapidapi key> |
| 34 | + secret_id=<random hard to guess string> |
| 35 | + ALGOLIA_SEARCH_APP_ID=BH4D9OD16A |
| 36 | + ALGOLIA_SEARCH_API_KEY=f37d91bd900bbb124c8210cca9efcc01 |
| 37 | + |
| 38 | + |
| 39 | +### Step 3 |
| 40 | + Install dependencies using ```pip install -r requirements.txt``` and run `python bot/bot.py` in your local machine. |
| 41 | + |
| 42 | + |
| 43 | +## 📝 Task list |
| 44 | +- [x] To add custom prefix. |
| 45 | +- [x] To add eval command. |
| 46 | +- [x] To add games and activity commands in bot. |
| 47 | +- [ ] To format code and enhance it. |
| 48 | +- [x] To add new discord modal here. |
| 49 | + |
| 50 | +## Main Dependencies |
| 51 | +1) **NEXTCORD** |
| 52 | + |
| 53 | +  |
| 54 | + |
| 55 | +2) **NEXTCORD-EXT-MENUS** |
| 56 | + |
| 57 | +  |
| 58 | + |
| 59 | +3) **NEXTCORD-EXT-IPC** |
| 60 | + |
| 61 | +  |
| 62 | + |
| 63 | +4) **PYMONGO** |
| 64 | + |
| 65 | +  |
| 66 | + |
| 67 | +5) **MOTOR** |
| 68 | + |
| 69 | +  |
| 70 | + |
| 71 | +6) **HUMANFRIENDLY** |
| 72 | + |
| 73 | +  |
| 74 | + |
| 75 | +7) **NEXTWAVE** |
| 76 | + |
| 77 | +  |
0 commit comments