.env.example 545 B

12345678910111213141516
  1. # Example .env file for selfhosting the bot
  2. # Don't add your .env file to your github repository, these settings are used to access the bot
  3. # Your bot token to login your bot
  4. token="<Discord bot token>"
  5. # Your user ID for owner only commands
  6. owner="243478237710123009"
  7. # Command prefix for the bot
  8. prefix="!wiki"
  9. # Channel where to change the patreon settings
  10. channel="591600620608159757"
  11. # Invite link to the bot help Discord
  12. invite="https://discord.gg/v77RTk5"
  13. # Link to the patreon page for the bot
  14. patreon="https://www.patreon.com/WikiBot"