<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Discord role persistence</title>
    <link>https://discord-role-persistence.com/post/</link>
    <description>Recent content in Posts on Discord role persistence</description>
    <generator>Hugo -- gohugo.io</generator>
    <managingEditor>contact@brandonfl.xyz (BrandonFL)</managingEditor>
    <webMaster>contact@brandonfl.xyz (BrandonFL)</webMaster>
    <lastBuildDate>Sun, 14 Nov 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://discord-role-persistence.com/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>On premise with Docker</title>
      <link>https://discord-role-persistence.com/post/on-premise-docker/</link>
      <pubDate>Sun, 14 Nov 2021 00:00:00 +0000</pubDate>
      <author>contact@brandonfl.xyz (BrandonFL)</author>
      <guid>https://discord-role-persistence.com/post/on-premise-docker/</guid>
      <description>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 \ &amp;gt; --name discord-role-persistence \ &amp;gt; --env BOT_TOKEN=`TO_CHANGE` \ &amp;gt; -v `TO_CHANGE_PATH`:/data \ &amp;gt; brandonfl/discord-role-persistence TO_CHANGE_TOKEN : Put here the bot token that you get when creating the Discord bot in stage 1</description>
    </item>
    
  </channel>
</rss>
