add: Bump up the version and add RELLAYMSG for IRC.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# WARNING YAML is very sensitive so make sure everything is formatted like in this example configuration file :D
|
||||
|
||||
discord:
|
||||
token: "YOUR_DISCORD_TOKEN" # Insert your bot or user token here.
|
||||
|
||||
@@ -15,6 +17,7 @@ bridges:
|
||||
nick: "MyBot"
|
||||
password: null # or "yourpassword" if required
|
||||
channel: "#test"
|
||||
useRelayMsg: false
|
||||
|
||||
# Adding more then one bridge
|
||||
- discordChannelId: "987654321098765432"
|
||||
@@ -25,3 +28,4 @@ bridges:
|
||||
nick: "OtherBot"
|
||||
password: null
|
||||
channel: "#another"
|
||||
useRelayMsg: true
|
||||
|
||||
Reference in New Issue
Block a user