AutoResponse
Create automatic responses to text triggers.
Note that: None premium guild have a max autoresponse amount of 20. Premium Guilds have a max autoresponse amount of 50
Usage:
a.autoresponse create
"<option>" "{trigger}" "{response}"
Create autoresponses to text triggers.
a.autoresponse remove
{TriggerID}
Remove autoresponses triggers.
a.autoresponse list
Get the list of all autoresponses in the server
a.autoresponse clear
Remove all autoresponses from the server
AutoResponse Options
text
Akira will respond to messages that exactly match the trigger.
has
Akira will respond to messages that contain the trigger.
react
Akira will react to messages that exactly match the trigger.
(responce needs to be a emote)
reacthas
Akira will react to messages that contain the trigger.
(responce needs to be a emote)
delete
Akira will delete and respond to messages that exactly match the trigger.
random
Akira will respond to messages that exactly match the trigger with a response chosen randomly from a list set by the user.
(Use | as dividers)
Trigger Placeholders
These placeholders can only be used in the trigger of an auto response.
{mention:userid}
If the user is mentioned.
(Change userid to the user's id)
{prefix}
Akira's prefix in your server.
Response Placeholders
These placeholders can only be used in the response of an auto response.
{channel.tag}
Will tag the channel the trigger is in.
{channel.name}
Will be replaced with the name of the channel.
{server.name}
Will be replaced with the name of the server.
{member.name}
Will be replaced with the nickname of the user who triggered the auto response.
{member.username}
Will be replaced with the username of the user who triggered the auto response.
{member.tag}
Will tag the user who triggered the auto response.
{mention.tag}
will reply with the user from {mention:userid}
(only works if you use {mention:userid} in thetrigger
Examples
a.autoresponce has "{mention:705306248538488947}" "{member.tag} Please do not mention {mention.tag}."
Last updated