diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-13 16:10:12 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-13 16:10:30 +0100 |
| commit | e5b6afd09283e1fc18cd46914e6af9ba0a101f33 (patch) | |
| tree | a34a362c3e163382a8be936ed4e8987896c1f273 /README.md | |
| parent | ff0a5c418dc163798492eaf31f21b7db2ba05b66 (diff) | |
| download | kodapa-e5b6afd09283e1fc18cd46914e6af9ba0a101f33.tar.gz | |
fixup: update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ except for development purposes) by editing `src/discord.rs` and `src/slack.rs`. Which channels the messages are sent to is currently specified via either hard-coded constant values (again, not recommended, but at least not a security issue here) or environment variables (`DISCORD_CHANNEL` and `SLACK_CHANNEL`). If -neither is set the bot will print a list of all channels and their IDs when -starting so you can specify a channel. +any of the two isn't set the bot will print a list of channels and their IDs +when starting so you can specify a channel. The following shows all necessary steps needed to build and run the bot: |
