-
-
Notifications
You must be signed in to change notification settings - Fork 3
Admin Commands
Melissa Brennan edited this page Jun 20, 2018
·
1 revision
Command Syntax: $command
- { parameter }
- Shows mandatory parameters
- [parameter]
- Shows optional parameters
- ( parameter )
- Shows aliases for the command
- $echo {message}
- Echos the message back into the channel, making the author the bot. The command message will be deleted if the required permissions are present.
- $welcome {@user}
- Send the introduction messages into the assigned channels to welcome the user to the server. Command is available just in-case for some reason the bot fails to welcome a new user.
- $awardcoins {@user} {coins}
- Award the mentioned user the specified amount of coins. An award message is also posted.
- $finecoins {@user} {coins}
- Fine the mentioned user the specified amount of coins. A fine message is also posted.
- $listtransactions
- Shows a list of all the transactions made.
- $addquote {quote}
- Add a quote to the database.
- $listquotes
- Returns a list of the quotes along with the ID that the quote was assigned in the database.
- $editquote {quote id} {quote}
- Update a quote on the list.
- $deletequote {quote id}
- Delete the quote from the database.
- $listrequestquotes
- Returns a list of request quotes along with the ID that the quote was assigned in the database.
- $acceptquote {quote id}
- Accepts the quote and adds it to the quote list.
- $denyquote {quote id}
- Denies the quote and removes it from the request quote list
- $addvotelink {link}
- Adds a $vote link to the database.
- $listvotelinks
- Returns a list of the voting links along with the ID that the link was assigned in the database.
- $editvotelink {vote link id} {link}
- Update a voting link on the list.
- $deletevotelink {vote link id}
- Delete the vote link from the database.
- $force
- Returns the syntax along with the available commands for the command.
- $force about {@user} {about description}
- Force change the about message for the user mentioned.
- $force name {@user} {name}
- Force change the name message for the user mentioned.
- $force gender{@user} {gender}
- Force change the gender message for the user mentioned.
- $force pronouns {@user} {pronouns}
- Force change the pronouns for the user mentioned.
- $force coins {@user} {coins}
- Force change the coin value for the user mentioned.
- $force mythicaltokens {@user} {tokens}
- Force change the mythical tokens value for the user mentioned.
- $force minecraftusername {@user} {username}
- Force change the Minecraft username message for the user mentioned.
- $force snapchat {@user} {snapchat username}
- Force change the snapchat username for the user mentioned.
- $force prefix {@user} {prefix}
- Force change the custom prefix for the user mentioned.
- $force websitename {@user} {name}
- Force change the name for the website for the user mentioned.
- $force websiteurl {@user} {url}
- Force change the website URL for the user mentioned.
- $send
- Returns the syntax along with the available commands for the command.
- $send channelmessage {#channel} {message}
- Alias: $cmessage, $channelmsg
- Sends a message to the channel specified.
- $send privatemessage {@user} {message}
- Alias: $pm, $dm, $directmessage
- Sends a private message to the user specified.