-
Notifications
You must be signed in to change notification settings - Fork 7
Commands
jovelluna12 edited this page Mar 19, 2023
·
38 revisions
Categories:
Bracket meanings:
<> - required
[] - optional
/announce
/announce <channel> <submission_type> [photo=None] [mention=None]
Sends an announcement to a specified channel.
If the `mention` parameter is used, you will have to format your announcement with any of the following tags:
-------------------------------
$user - Users
$role - Roles
$channel - Any kind of channel
@everyone - To mention everyone
-------------------------------
Example:
"Hello everyone, please check out $channel"
Then after you submit your modal, you'll get prompted to choose the roles/members/channels you want to mention. For the command to work properly as intended, only select the correct number of tags written in your announcement modal.
Based on the example above, you should only pick the correct amount of channels and it'll get automatically converted to a discord channel mention.
You can have more than 1 type of tag if you wish.
/shout
/shout <channel> <message>
Sends a one line announcement to the specified channel.
/add
/responder add <response_type>
Adds a trigger message and a response message for the auto responder feature.
Response Types:
-------------------------------
reply - The bot will reply when responding to the trigger
regular - The bot will send a regular message when triggered
-------------------------------
/all
Views all trigger message and their respective responses.
/delete
Deletes triggers from the database, the bot will send a selection view for the user to freely pick the trigger they want to remove.
/setup
/trivia setup <channel> <schedule>
Sets up the trivia module, this command can only be used once
/schedule
/trivia schedule <schedule>
Updates the schedule of the trivia message, can't be used if the trivia module is not set up. Time is at 24hour format
/channel
/trivia channel <channel>
Updates the channel of the trivia message, can't be used if the trivia module is not set up.
/config
/trivia config
Shows the current trivia configuration
/add
/tagging add
Adds auto tags to the database, a view with 2 selection items will pop up. You will pick which roles/users u want to add to the auto tags.
/all
/tagging all
Views all auto tags saved on the database.
/toggle
/tagging toggle
Toggles the feature to turn ON or OFF.
/remove
/tagging remove <entry_id>
Removes an auto tag from the database.
You can get the entry id when you do /tagging all
This command was made possible by this API /word
/define word <word>
Returns the definition of a given word. If given word has more than one definitions, returns all definitions
/toggle
/define toggle
Toggles the command on or off. Only accessible to Admins