Skip to content

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.

License

red-daut/Nextcord-Discord-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Nextcord Bot Template

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.

💻 Features

  1. Added MongoDB databse for saving bot data (eg:- bot prefix).
  2. Added Listeners and added a lot of bot customization options.
  3. Dynamic help command with buttons.
  4. Added sub-commands examples in __sub-command.py.
  5. Added some commands related to the stats of the bot.
  6. Added some commands to send channel stats, to create or delete channels.
  7. Added a cog handler.
  8. Added configuration cog.
  9. Added ping and eval command.
  10. Added fun commands.
  11. Added music cog.
  12. Added utility cog.
  13. Added suggestion cog.
  14. Added slash commands.
  15. Added discord modals.

💻 How to setup

Step 1

Run git clone https://github.com/abindent/Nextcord-Utility-Bot.git this command to our terminal for cloning this repo.

Step 2

Add environment variable file (eg:- .env, .env.local, .env.developement).

After creating a .env file add the following lines

    BOT_TOKEN=<Your bot's token>
    MONGO_URI=<connection string to your mongodb collection>
    JOKE_API=<rapidapi key>
    secret_id=<random hard to guess string>    
    ALGOLIA_SEARCH_APP_ID=BH4D9OD16A
    ALGOLIA_SEARCH_API_KEY=f37d91bd900bbb124c8210cca9efcc01

Step 3

Install dependencies using pip install -r requirements.txt and run python bot/bot.py in your local machine.

📝 Task list

  • To add custom prefix.
  • To add eval command.
  • To add games and activity commands in bot.
  • To format code and enhance it.
  • To add new discord modal here.

Main Dependencies

  1. NEXTCORD

    PyPI

  2. NEXTCORD-EXT-MENUS

    PyPI

  3. NEXTCORD-EXT-IPC

    PyPI

  4. PYMONGO

    PyPI

  5. MOTOR

    PyPI

  6. HUMANFRIENDLY

    PyPI

  7. NEXTWAVE

    PyPI

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%