Set auto_bridge_channels if bridging with --entire flag
This commit is contained in:
@@ -279,6 +279,7 @@ func fnBridgeGuild(ce *WrappedCommandEvent) {
|
||||
ce.Reply("Successfully bridged guild")
|
||||
}
|
||||
}
|
||||
|
||||
func fnUnbridgeGuild(ce *WrappedCommandEvent) {
|
||||
if len(ce.Args) != 1 {
|
||||
ce.Reply("**Usage**: `$cmdprefix guilds unbridge <guild ID>")
|
||||
|
||||
Reference in New Issue
Block a user