mirror of
https://github.com/idanoo/discord-keyword-bot
synced 2025-07-06 08:02:15 +00:00
Re-add multi-channel support
This commit is contained in:
parent
05e10e852a
commit
1144a4cb2f
3 changed files with 6 additions and 4 deletions
|
@ -17,7 +17,7 @@ copy .env.example to .env and setup your user Token in .env
|
|||
.env file layout
|
||||
|
||||
DISCORD_TOKEN="token_from_web"
|
||||
DISCORD_CHANNELS="channel_1_id"
|
||||
DISCORD_CHANNELS="channel_1_id,channel_2_id"
|
||||
SOURCE_CHANNEL="channel_id_to_listen_to"
|
||||
REGEX_MATCH="^.*(REGEX|TO|USE|TO|MATCH).*$"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue