cnsumner / huldra

MIT License
2 stars 2 forks source link

Example configuration file #4

Closed cnsumner closed 2 years ago

cnsumner commented 2 years ago

Currently there is no example configuration file. This isn't ideal, especially since the configuration options are not documented (I had to search through the code just to make sure I remembered everything).

  1. We need an example configuration file, called config.yaml, probably under a folder (maybe example).
  2. config.yaml should contain the following:
    
    discordToken: <discord bot token goes here> #the discord bot account token from the discord developer portal
    owner: <bot owner id goes here> #the id of the discord user who should have admin permissions for this bot
    probability: 1000 #the number of messages (on average) that should pass between each bot reply
cnsumner commented 2 years ago

Taking this myself since I have nothing better to do.