Table of contents
๐งพ
Requirements - A Discord Bot (create one using the Discord developer portal)
- Python 3.8 or above (https://www.python.org/downloads)
- Recommended version 3.10.2
- A Discord server that you own.
- Make sure to "enable community" in your server if you haven't already! (
Settings
->Enable Community
)
- Make sure to "enable community" in your server if you haven't already! (
๐ผ
Video Tutorial click here and watch NTTS video on it (skip to 2:50 if you already have the bot ready from the developer panel)
โจ
Usage โ๏ธ Step 1:
Download and install Python if you haven't already.
โ๏ธ Step 2:
Open CMD/Terminal inside this folder.
On Windows, open a
command prompt
as administrator. Typecd
with a space and drag the desired folder into it. Press enter.
โ๏ธ Step 3:
Install requirements.txt
with the command below
pip install -r requirements.txt
If you are on Windows, you might need to run command prompt as Administrator)
โ๏ธ Step 4:
Navigate to the Discord Developer Portal, sign in to your account, click New Application and choose any name. Click accept and create. Also heading the Bot
section and Add Bot
. If thats your first app you might see the Bot Token
, If is not just basically click on Reset Token
and copy, storage it
โ๏ธ Step 5:
Open the script by using the command. (It might be different, like Linux and MacOS can be using python3)
python index.py
โ๏ธ Step 6:
Paste your Discord token by copying it and right-clicking on the application. Some users can also try CTRL + V
or CTRL + Shift + V
.
- IMPORTANT: DO NOT share the token! Others can use this to log into your account.
- Note that to make it respond to your commands, you will need to keep the application/script window alive as it is what runs the bot to begin with. After you are done with everything, you can safely just close it.
โ๏ธ Step 7:
When the bot has logged in, copy the invite link given to you by highlighting the URL and right-clicking, then go to a browser and paste the URL to invite the bot in to your server. (REPEAT: Make sure that your server enabled the Community)
โ๏ธ Step 8:
Within the server, type /
and use the /hello
command provided to you.
โ๏ธ Step 9:
Go to This link and claim your badge.
It might take 24 hours before you are able to claim at all, so please take time to wait a bit if that is the case.
๐
Help needed? Join our Discord server if you need help.
๐ฅ
Contributors Big thanks to all of the amazing people who have helped by contributing to this project!