diff options
author | destruc7i0n <dscdsouza@outlook.com> | 2020-02-05 22:07:14 -0500 |
---|---|---|
committer | destruc7i0n <dscdsouza@outlook.com> | 2020-02-05 22:07:14 -0500 |
commit | 4d08955c59c35bcbe79a8e202fb947551e7470b8 (patch) | |
tree | 8686511d1d26a76592ea48c2db174c06fe4d1a3a /src/Config.ts | |
parent | Some more cleanup (diff) | |
download | shulker-4d08955c59c35bcbe79a8e202fb947551e7470b8.tar.gz shulker-4d08955c59c35bcbe79a8e202fb947551e7470b8.zip |
Allow specification of the channel name rather than id
Diffstat (limited to '')
-rw-r--r-- | src/Config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.ts b/src/Config.ts index 77fefd2..ce59ed2 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -5,6 +5,7 @@ export interface Config { WEBHOOK_URL: string DISCORD_TOKEN: string DISCORD_CHANNEL_ID: string + DISCORD_CHANNEL_NAME: string DISCORD_MESSAGE_TEMPLATE: string MINECRAFT_SERVER_RCON_IP: string |