On premise with Docker

Create a new bot into the developer page https://discord.com/developers Install Docker from Docker website https://docs.docker.com/get-docker/ Install the Discord bot with Docker command Here is a example command to insert into a new terminal $ docker run -d --restart=always \ > --name discord-role-persistence \ > --env BOT_TOKEN=`TO_CHANGE` \ > -v `TO_CHANGE_PATH`:/data \ > brandonfl/discord-role-persistence TO_CHANGE_TOKEN : Put here the bot token that you get when creating the Discord bot in stage 1 [Read More]