-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commands
sciwhiz12 edited this page May 22, 2022
·
1 revision
Concord offers a variety of commands for server operators and users alike.
Server operators promoted through the vanilla
/op
command are of level 4 by default.
-
/concord status
- Queries the current status of the Discord integration: whether it is enabled or disabled.
- Can be run by any user.
-
/concord enable
- Enables the Discord integration, failing if it is already enabled.
- Can only be run by server operators of level 3 and above.
-
/concord disable
- Disables the Discord integration, failing if it is already disabled.
- Can only be run by server operators of level 3 and above.
-
/concord reload
- Reloads the Discord integration by first disabling (if enabled) and (re)enabling it.
- Can only be run by server operators of level 3 and above.
-
/report <player> <reason>
- Reports the given player with a specified reason. This is sent to the configured reports channel in the Discord server, otherwise an error is signalled.
- Can be run by any user.
- Server operators are able to see the feedback when a user runs this command, to allow quick response by any available server staff.
- This command only exists if the report channel ID config setting
discord.report_channel_id
is configured and non-blank. If the command is still missing, a server operator may run/reload
.