v1.0.2 #2
abindent
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TEMPLATE v1.0.2 RELEASE
Description
A simple template for building a beautiful discord bot with nextcord. Here I have also implemented the buttons 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. It's totally an opensource and free to use project. We are working hard to enhance this bot template.
Do not contribute to the master branch. Only use public branch for everything.
💻 How to setup
Step 1
Run
https://github.com/abindent/Nextcord-Utility-Bot.git
this comamnd to our termianl for cloning this repo.Step 2
Add environment variable file (eg:-
.env
,.env.local
,.env.developement
) and addBOT_TOKEN=<add your bot token>
&MONGO_URI=<mongodb connection string>
to that file.Step 3
Install dependencies using
pip install -r requirements.txt
and runpython bot/bot.py
in your local machine.📝 Task list
Main Dependencies
This discussion was created from the release v1.0.2.
Beta Was this translation helpful? Give feedback.
All reactions