Giter Club home page Giter Club logo

stormgamingofficialyt / nextcord-utility-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abindent/python-utility-bot

0.0 0.0 0.0 656 KB

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.

Home Page: https://nextcord-bot-tempalte.epizy.com

License: MIT License

Python 100.00%

nextcord-utility-bot's Introduction

๐Ÿค– 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 database 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

nextcord-utility-bot's People

Contributors

abindent avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.