.env.example 962 B

1234567891011121314151617181920212223242526272829
  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. # Invite link to the bot help Discord
  10. invite="https://discord.gg/v77RTk5"
  11. # Links to GitHub or GitLab were the bot settings are saved
  12. # Link to read the settings file
  13. read="https://gitlab.com/api/v4/projects/<ID>/repository/files/"
  14. # Define which branch to use
  15. raw="/raw?ref=master"
  16. # Link to save the settings file
  17. save="https://gitlab.com/api/v4/projects/<ID>/repository/commits"
  18. # Token to access settings file
  19. access="<private token>"
  20. # File name of the settings file
  21. file="Wiki-Bot.json"
  22. # Token to send server count to https://discordbots.org/
  23. dbltoken="<token>"
  24. # Token to send server count to https://discord.bots.gg/
  25. dbggtoken="<token>"