.env.example 976 B

123456789101112131415161718192021222324252627282930
  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"
  15. # Token to send server count to https://discordbots.org/
  16. dbltoken="<token>"
  17. # Token to send server count to https://discord.bots.gg/
  18. dbggtoken="<token>"
  19. # Username to log into an account on Gamepedia
  20. gpusername="<username>"
  21. # Password to log into an account on Gamepedia
  22. gppassword="<password>"
  23. # Username to log into an account on Fandom
  24. fusername="<username>"
  25. # Password to log into an account on Fandom
  26. fpassword="<password>"