autoresponders configuration
have the bot do something whenever a user sends a particular message
overview
autoresponders are can be fully customised with reactions, cooldowns or even specific restrictions like roles and channels
placeholders
{user}
- mentions the user{username}
- returns the username{servername}
- returns server name{membercount}
- returns the member count{cooldown}
- set a cooldown on an autoresponder{deletetrigger}
- deletes the trigger{requireuser:}
- restricts the autoresponder to a certain user{requirechannel:}
- requires the autoresponder to be run in a certain channel{requirerole:}
- requires the user to have a certain role{addrole:}
- adds a role to the user{removerole:}
- removes a role from the user{react:}
- reacts to the message
features to be added
more customisation
- more functions like
{sendtochannel:}
,{requireargs:}
,{setnick:}
,{dm}
and many more - more placeholders like
{userjoindate}
,{usercreatedate}
,{randommember}
, etc - more variables like
{replyreact:}
, etc