Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 1.12 KB

File metadata and controls

15 lines (14 loc) · 1.12 KB

How to Install DD_Bot

  1. Get a Discord Bot
  2. Install Docker
  3. Pull DD_Bot Image using docker pull assaro/ddbot:latest
  4. Start image using docker run -d --name='DD_Bot' -v 'path/to/settings':'/app/settings/':'rw' -v /var/run/docker.sock:/var/run/docker.sock 'assaro/ddbot:latest'
  5. The Container will generate a settings file in your set directory
  6. Stop the Container, input your Discord Token + Discord Id and then start it again. Click for info about settings
    • Everything but the Discord Token can be changed while the container is running
    • Everything but the Discord Token can now be changed with a command
  7. You should be good to go, if not, see discordbot, settings or faq
  8. Infrormation about commands can be found here
  9. If something is still not working, feel free to dm me or open an issue
  10. For information about the commands, click here