From e251e4ec5ab27d3c1445a52bcc07967b871968dd Mon Sep 17 00:00:00 2001
From: Jordan Fearnley This command can be split into two different arguments:Important
+
+
+###Commands and Their Use
+
You must also use the commands for adding, deleting and listing these reactions in a direct message with the bot.
You must also use the commands for adding, deleting and listing these reactions in the server you want the custom reactions to work on.
+
+
+
+
+ Command Name
+ Description
+ Example
+
+
+
+ .acrAdd a custom reaction with a trigger and a response. Running this command in a server requries the Administrator permission. Running this command in DM is Bot Owner only, and adds a new global custom reaction. Guide here: http://nadekobot.readthedocs.io/en/1.0/Custom Reactions/
+
+ .acr "hello" Hi there, %user%!
+
+
+ .lcrLists a page of global or server custom reactions (15 reactions per page). Running this command in a DM will list the global custom reactions, while running it in a server will list that server's custom reactions.
+
+ .lcr 1
+
+
+ .dcrDeletes a custom reaction based on the provided index. Running this command in a server requires the Administrator permission. Running this command in DM is Bot Owner only, and will delete a global custom reaction.
+
+ .dcr 5Now that we know the commands let's take a look at an example of adding a command with
+.acr,.acr "Nice Weather" It sure is, %user%!"Nice Weather"It sure is, %user%!
Because we wanted the trigger to be more than one word, we had to wrap it with quotation marks, "Like this" otherwise, only the first word would have been recognised as the trigger, and the second word would have been recognised as part of the response.
There's no special requirement for the formatting of the response, so we could just write it in exactly the same way we want it to respond, albeit with a placeholder - which will be explained in this next section
+ +###Placeholders! +There are currently three different placeholders which we will look at, with more placeholders potentially coming in the future.
+ +| Placeholder | +How the placeholder works | +Examples | +
|---|---|---|
%mention% |
+ The %mention% placeholder is triggered when you type @botname - It's important to note that if you've given the bot a nickname, this trigger won't work! |
+ .acr "%mention% Hello" Hello! > User input: @botname Hello | Bot Replies: Hello! |
+
%user% |
+ The %user% placeholder mentions the person who said the command |
+ .acr "Who am I" You are %user%! |
+
%rng% |
+ The %rng% generates a random number between 0 and 10 |
+ .acr Random %rng%
+ |
| Command Name | -Description | -Example | -
|---|---|---|
.acr |
- Add a custom reaction with a trigger and a response. Running this command in a server requries the Administrator permission. Running this command in DM is Bot Owner only, and adds a new global custom reaction. Guide here: http://nadekobot.readthedocs.io/en/1.0/Custom Reactions/ | -.acr "hello" Hi there, %user%! |
-
.lcr |
- Lists a page of global or server custom reactions (15 reactions per page). Running this command in a DM will list the global custom reactions, while running it in a server will list that server's custom reactions. | -.lcr 1 |
-
.dcr |
- Deletes a custom reaction based on the provided index. Running this command in a server requires the Administrator permission. Running this command in DM is Bot Owner only, and will delete a global custom reaction. | -.dcr 5 |
-
.acr,.acr "Nice Weather" It sure is, %user%!
This command can be split into two different arguments:
"Nice Weather"It sure is, %user%!Because we wanted the trigger to be more than one word, we had to wrap it with quotation marks, "Like this" otherwise, only the first word would have been recognised as the trigger, and the second word would have been recognised as part of the response.
There's no special requirement for the formatting of the response, so we could just write it in exactly the same way we want it to respond, albeit with a placeholder - which will be explained in this next section
- -###Placeholders! -There are currently three different placeholders which we will look at, with more placeholders potentially coming in the future.
- -| Placeholder | -How the placeholder works | -Examples | -
|---|---|---|
%mention% |
- The %mention% placeholder is triggered when you type @botname - It's important to note that if you've given the bot a nickname, this trigger won't work! |
- .acr "%mention% Hello" Hello! > User input: @botname Hello | Bot Replies: Hello! |
-
%user% |
- The %user% placeholder mentions the person who said the command |
- .acr "Who am I" You are %user%! |
-
%rng% |
- The %rng% generates a random number between 0 and 10 |
- .acr Random %rng%
- |
Every time you add or remove a custom reaction you will need to restart your bot with either .restart if you are hosting or Nadeko is on VPS, or .die if Nadeko is on Droplet
.acr, .dcr, and .ecr Require you to be Bot Owner| Command Name | -Description | -Example | -
|---|---|---|
.acr |
-Adds a Custom Reaction | -.acr Hello Hi! |
-
.dcr |
-Deletes an entire Custom Reaction or a Specified Response Index Number | -.dcr "command name" or .dcr "command name" 3 |
-
.lcr |
-Lists a specified page of Custom Commands | -.lcr Number i.e .lcr 2 |
-
.scr |
-Shows all responses to a command. Index Number will be in brackets [ ] |
-.scr Hello |
-
.ecr |
-Edit a custom reaction, needs: reaction's name, index to change, and new multiword response. | -.ecr Hello 3 What's up |
.acr,.addcustreact (.acr) takes two arguments:
-
.acr.acr Nice weather sure is.acr "Nice weather" sure is.acr "Nice weather"sure is-###And finally on to the Placeholders -
There are currently four placeholders, which we will be looking at, with many more to come in the future.
-
| Placeholder | -How the placeholder works | -Examples | -
|---|---|---|
%mention% |
-The %mention% placeholder is triggered when you type @botname |
-.acr "%mention% Hello" Hello! > User input: @botname Hello | Bot Replies: Hello! |
-
%target% |
-The %target% placeholder is used to make Nadeko Mention another person |
-.acr "%mention% Hello" %target% Hi! > User inputs: "@botname Hello @somebody"
- Bot replies: "Hi @somebody" |
-
%user% |
- The %user% placeholder mentions the person who said the command |
- .acr "Who am i" You are %user%! |
-
%rng% |
- The %rng% generates a random number |
- .acr Random %rng%
- |
.acr.acr "hello" Hi there, %user%!.lcr.lcr 1.dcr.dcr 5.acr,.acr "Nice Weather" It sure is, %user%!
This command can be split into two different arguments:
"Nice Weather"It sure is, %user%!Because we wanted the trigger to be more than one word, we had to wrap it with quotation marks, "Like this" otherwise, only the first word would have been recognised as the trigger, and the second word would have been recognised as part of the response.
There's no special requirement for the formatting of the response, so we could just write it in exactly the same way we want it to respond, albeit with a placeholder - which will be explained in this next section
+ +###Placeholders! +There are currently three different placeholders which we will look at, with more placeholders potentially coming in the future.
+ +| Placeholder | +How the placeholder works | +Examples | +
|---|---|---|
%mention% |
+ The %mention% placeholder is triggered when you type @botname - It's important to note that if you've given the bot a nickname, this trigger won't work! |
+ .acr "%mention% Hello" Hello! > User input: @botname Hello | Bot Replies: Hello! |
+
%user% |
+ The %user% placeholder mentions the person who said the command |
+ .acr "Who am I" You are %user%! |
+
%rng% |
+ The %rng% generates a random number between 0 and 10 |
+ .acr Random %rng%
+ |