Skip to content

cogs.modtools

Marc-Alexandre Chan edited this page Feb 10, 2018 · 5 revisions

1. up

Colours a moderator's username.

This command colours the moderator's username by applying a special role to it. This is used for moderators to be able to signal when they are speaking or intervening officially in their role as moderator.

Usage: .up

Arguments: None

Channels: Any

Usable by: Moderators only

2. down

Uncolours a moderator's username.

This command undoes the .up command.

Usage: .down

Arguments: None

Channels: Any

Usable by: Moderators only

3. whois

Finds a Discord user from their ID.

Warning: Note that this will highlight the user. You should probably only use this in mod-restricted channels like #bot_test to avoid disturbing people unnecessarily.

Usage: .whois <user_id>

Arguments:

  • user_id: The ID number of the user.

Channels: Mod and bot channels only

Usable by: Moderators only

Example:

  • .finduser 1234567890 will find user 1234567890.

4. wb

Shows a "Please talk about worldbuilding" image.

For mod intervention, when discussions get off-topic.

Usage: .wb [index]

Arguments:

  • index: Optional. If specified, the index of the image to show (starting at 0). If not specified, a random image is shown.

Channels: Any

Usable by: Moderators only

Examples:

  • .wb - Show a random image.
  • .wb 3 - Show image at index 3 (4th image).
Clone this wiki locally