- A Discord Bot (create one using the Discord developer portal)
- Python 3.8 or above (https://www.python.org/downloads)
- A Discord server that you own.
-
Download and install Python if you haven't already.
-
Install
requirements.txt
with the commandpip install -r requirements.txt
- If you are on Windows, you might need to run command prompt as Administrator
-
Navigate to the discord developer panel, sign in, and click
New Application
. Choose any name, click accept and create. Next navigate to theBot
section and clickAdd Bot
. Click onReset Token
and copy the one one. -
Open the script by using the command
python index.py
. Alternatively you can run the DynoSTART.bat file. -
Paste your Discord token by copying it and right-clicking on the application.
- IMPORTANT: DO NOT share the token.
-
Invite DynoBOT in to your server.
-
Within the server, Use the
/dynosetup
to initialise the setup.
Write me on discord #omaemaru if you need help.