.env.example 981 B

12345678910111213141516171819202122232425262728
  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 bots user ID
  6. bot="461189216198590464"
  7. # Your bots client secret for the dashboard
  8. secret="<Discord client secret>"
  9. # Optional: Your bots return uri for the dashboard
  10. dashboard="https://settings.wikibot.de/oauth"
  11. # Your user ID for owner only commands
  12. owner="243478237710123009"
  13. # Command prefix for the bot
  14. prefix="!wiki "
  15. # Channel where to change the patreon settings
  16. channel="464098946894004224"
  17. # Invite link to the bot help Discord
  18. invite="https://discord.gg/v77RTk5"
  19. # Link to the patreon page for the bot
  20. patreon="https://www.patreon.com/WikiBot"
  21. # Optional: API token for phabricator.wikimedia.org
  22. phabricator-wikimedia=""
  23. # Optional: API token for phabricator.miraheze.org
  24. phabricator-miraheze=""
  25. # Optional: Path to a log file for usage statistics
  26. usagelog=""