Updated data files
This commit is contained in:
parent
30f859b9a0
commit
3a36799941
3 changed files with 25 additions and 10 deletions
|
@ -1192,6 +1192,8 @@ xpreset:
|
|||
- xpreset
|
||||
bible:
|
||||
- bible
|
||||
quran:
|
||||
- quran
|
||||
edit:
|
||||
- edit
|
||||
delete:
|
||||
|
|
|
@ -64,7 +64,7 @@ greetmsg:
|
|||
desc: |-
|
||||
Sets a new join announcement message which will be shown in the current channel.
|
||||
Write `%user.mention%` if you want to mention the new member.
|
||||
Full list of placeholders can be found here <https://docs.elliebot.net/ellie/placeholders/>
|
||||
Full list of placeholders can be found here <https://docs.elliebot.net/ellie/features/placeholders/>
|
||||
Using this command with no message will show the current greet message.
|
||||
You can use embed json from <https://eb.elliebot.net/> instead of regular text, if you want the message to be embedded.
|
||||
ex:
|
||||
|
@ -82,7 +82,7 @@ byemsg:
|
|||
desc: |-
|
||||
Sets a new leave announcement message which will be shown in the current channel.
|
||||
Type `%user.name%` to show the name of the user who left.
|
||||
Full list of placeholders can be found here <https://docs.elliebot.net/ellie/placeholders/>
|
||||
Full list of placeholders can be found here <https://docs.elliebot.net/ellie/features/placeholders/>
|
||||
Using this command with no message will show the current bye message.
|
||||
You can use embed json from <https://eb.elliebot.net/> instead of regular text, if you want the message to be embedded.
|
||||
ex:
|
||||
|
@ -138,7 +138,7 @@ boostmsg:
|
|||
desc: |-
|
||||
Sets a new boost announcement message which will be shown in the current channel.
|
||||
Type `%user.mention%` if you want to mention the booster.
|
||||
Full list of placeholders can be found here <https://docs.elliebot.net/ellie/placeholders/>
|
||||
Full list of placeholders can be found here <https://docs.elliebot.net/ellie/features/placeholders/>
|
||||
Using this command with no message will show the current boost message.
|
||||
You can use embed json from <https://eb.elliebot.net/> instead of regular text, if you want the message to be embedded.
|
||||
ex:
|
||||
|
@ -378,7 +378,7 @@ iamnot:
|
|||
- role:
|
||||
desc: "The role to remove."
|
||||
expradd:
|
||||
desc: 'Add an expression with a trigger and a response. Bot will post a response whenever someone types the trigger word. Running this command in a server requires the Administrator permission. Running this command in DM is Bot Owner only and adds a new global expression. Guide [here](<https://docs.elliebot.net/ellie/expressions/>)'
|
||||
desc: 'Add an expression with a trigger and a response. Bot will post a response whenever someone types the trigger word. Running this command in a server requires the Administrator permission. Running this command in DM is Bot Owner only and adds a new global expression. Guide [here](<https://docs.elliebot.net/ellie/features/expressions/>)'
|
||||
ex:
|
||||
- '"hello" Hi there %user.mention%'
|
||||
params:
|
||||
|
@ -387,7 +387,7 @@ expradd:
|
|||
response:
|
||||
desc: "The text of the message that shows up when a user types the trigger word."
|
||||
expraddserver:
|
||||
desc: 'Add an expression with a trigger and a response in this server. Bot will post a response whenever someone types the trigger word. This command is useful if you want to lower the permission requirement for managing expressions by using `{0}dpo`. Guide [here](<https://docs.elliebot.net/ellie/expressions/>).'
|
||||
desc: 'Add an expression with a trigger and a response in this server. Bot will post a response whenever someone types the trigger word. This command is useful if you want to lower the permission requirement for managing expressions by using `{0}dpo`. Guide [here](<https://docs.elliebot.net/ellie/features/expressions/>).'
|
||||
ex:
|
||||
- '"hello" Hi there %user.mention%'
|
||||
params:
|
||||
|
@ -2180,7 +2180,7 @@ delallquotes:
|
|||
- keyword:
|
||||
desc: "The keyword to search for in the text."
|
||||
greetdmmsg:
|
||||
desc: Sets a new join announcement message which will be sent to the user who joined. Type `%user.mention%` if you want to mention the new member. Using it with no message will show the current DM greet message. You can use embed json from <https://eb.elliebot.net/> instead of a regular text, if you want the message to be embedded.
|
||||
desc: Sets a new join announcement message which will be sent to the user who joined. Type `%user.mention%` if you want to mention the new member. Using it with no message will show the current DM greet message. You can use embed json from <https://eb.elliebot.net> instead of a regular text, if you want the message to be embedded.
|
||||
ex:
|
||||
- Welcome to the server, %user.mention%
|
||||
params:
|
||||
|
@ -2289,7 +2289,11 @@ emojiremove:
|
|||
- emotes:
|
||||
desc: "The list of emojis to be removed from the server."
|
||||
stickeradd:
|
||||
desc: Adds the sticker from your message to this server. Send the sticker along with this command (in the same message).
|
||||
desc: |-
|
||||
Adds the sticker from your message to this server.
|
||||
Send the sticker along with this command (in the same message).
|
||||
Alternatively you can upload an image along with this command but you have to specify the name.
|
||||
The image must be 300x300 in .png or .apng format and up to 512KB in size.
|
||||
ex:
|
||||
- ''
|
||||
- name "description" tag1 tag2 tagN
|
||||
|
@ -4076,6 +4080,16 @@ bible:
|
|||
desc: "The name of the biblical book being referenced."
|
||||
chapterAndVerse:
|
||||
desc: "The reference to a specific passage in the Bible, such as 'Genesis 3:15'"
|
||||
quran:
|
||||
desc: |-
|
||||
Shows the text of an ayah of the Quran, as well as the recitation by Alafasy.
|
||||
Supply surah:ayah, or ayah number. For instance, 262 or 2:255 will both get you Ayat Al Kursi
|
||||
ex:
|
||||
- 2:255
|
||||
- 262
|
||||
params:
|
||||
- ayah:
|
||||
desc: "The number of the ayah in the Quran, for example 2:255."
|
||||
edit:
|
||||
desc: Edits bot's message, you have to specify message ID and new text. You can optionally specify target channel. Supports embeds.
|
||||
ex:
|
||||
|
@ -4200,7 +4214,7 @@ marmaladeunload:
|
|||
desc: "The name of a specific marmalade to be unloaded."
|
||||
marmaladeinfo:
|
||||
desc: |-
|
||||
Shows information about the specified marmalade such as the author, name, description, list of sneks, number of commands etc.
|
||||
Shows information about the specified marmalade such as the author, name, description, list of canaries, number of commands etc.
|
||||
Provide no name to see the basic information about all loaded marmalades.
|
||||
Read about the marmalade system [here](https://docs.elliebot.net/ellie/marmalade/creating-a-marmalade/)
|
||||
ex:
|
||||
|
|
|
@ -1067,8 +1067,7 @@
|
|||
"xpshop_already_owned": "You already own this item.",
|
||||
"xpshop_item_not_found": "An item with that key doesn't exist.",
|
||||
"xpshop_website": "You can see the list of all Xp Shop items here: <https://beta.elliebot.net>",
|
||||
"sticker_invalid_size": "Stickers must be exactly 300x300 pixels.",
|
||||
"sticker_error": "You must either send a sticker along with this command, or upload a 300x300 .png or .apng image.",
|
||||
"sticker_error": "You must either send a sticker along with this command, or upload a 300x300 .png or .apng image. Up to 512KB in size.",
|
||||
"sticker_missing_name": "Please specify a name for the sticker.",
|
||||
"thread_deleted": "Thread Deleted",
|
||||
"thread_created": "Thread Created",
|
||||
|
|
Loading…
Reference in a new issue