-
Notifications
You must be signed in to change notification settings - Fork 0
Pre‐Installation Steps
Sellara edited this page Aug 18, 2024
·
4 revisions
- Follow the instructions on this page to install Docker on your server
- Always install the latest Docker engine!
- Also install docker compose!
- Create a new user called "azzybot" and the respective group
- Assign the docker group to the newly created user
- Go to the releases page
- Create a new folder called "AzzyBot" on your server
- Upload the file into the folder
- Extract the file and delete it
- Transfer ownership of this folder recursively to the newly created user
- Set the permissions of the folder recursively to 777
- Set additionally the permissions of the folder recursively to a+rw
- Navigate to https://discord.com/developers/applications
- Create a new application
- Move to "Bot" in the sidebar
- Uncheck "Public Bot" for your own safety
- Save everything
Note
Only do this when you are not using version 2.0.0 otherwise leave and move to the next page!
- Copy "Application ID" from the Main site and generate a new Bot Token for your bot
- Save the bot token somewhere safe so nobody can see it
- Replace
<ApplicationID>
in the following URL with your copied one:
https://discord.com/api/oauth2/authorize?client_id=<ApplicationID>&permissions=268438528&scope=applications.commands%20bot
Version 2.x.x
Version 1.10.x
-
Docker
-
Linux Native
-
Windows Native
-
Miscellaneous