myanimebot.example.conf 801 B

12345678910111213141516171819202122232425262728293031
  1. [MYANIMEBOT]
  2. # Level of log, could be DEBUG, INFO, ERROR...
  3. # Only impact the logs in the DB and the logfile, the console stay in INFO
  4. logLevel = INFO
  5. # Path of the log file
  6. logPath = logs/myanimebot.log
  7. # Database configuration
  8. dbHost = localhost
  9. dbUser = myanimebot
  10. dbPassword = myPassword
  11. dbName = myanimebot
  12. # timezone (should be the same as the DB and your Linux system)
  13. timezone = Europe/Paris
  14. # New feed since this number of minutes will be displayed (useful when the bot crash on a long period)
  15. secondMax = 7200
  16. # Discord Token
  17. token = 123456789ABCDEF987654321FEDCBA
  18. # Prefix used by the bot
  19. prefix = !malbot
  20. # Bot icons
  21. iconMAL = https://cdn.myanimelist.net/img/sp/icon/apple-touch-icon-256.png
  22. iconBot = http://myanimebot.pentou.eu/rsc/bot_avatar.jpg