Skip to content

@questionset

Commands for managing question sets (collections of trivia questions).


@questionset add <name>

Permission: MANAGE

Create a new empty question set with the given name.

Example: @questionset add Science


@questionset delete <name>

Permission: ADMIN

Delete a question set and all questions within it. Shows a preview of the set (name and question count) and requires @confirm within 5 minutes. This operation is irreversible.

Example: @questionset delete OldSet


@questionset list

Permission: None

List all question sets with question counts and active/inactive status. Shows which set is currently active on this network.

Example: @questionset list


@questionset rename <old_name> <new_name>

Permission: MANAGE

Rename an existing question set. The active question set reference is updated automatically.

Example: @questionset rename OldName NewName


@questionset stats [name]

Permission: None

View statistics for a question set: total questions, type breakdown (standard/kaos/scramble), number of categories, questions asked, and questions answered. Defaults to the active set if no name given.

Example: @questionset stats or @questionset stats General