mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 01:53:51 +02:00
Tiny Bug Fixes
This commit is contained in:
@@ -12,6 +12,7 @@ module.exports = class MemeCommand extends Command {
|
|||||||
memberName: 'meme',
|
memberName: 'meme',
|
||||||
description: 'Sends a Meme with text of your choice, and a background of your choice. (x;meme facepalm "I can\'t even" "comprehend this")',
|
description: 'Sends a Meme with text of your choice, and a background of your choice. (x;meme facepalm "I can\'t even" "comprehend this")',
|
||||||
details: `**Codes:** ${memecodes.join(', ')}`,
|
details: `**Codes:** ${memecodes.join(', ')}`,
|
||||||
|
examples: ['x;meme facepalm "I can\'t even" "comprehend this"'],
|
||||||
args: [{
|
args: [{
|
||||||
key: 'type',
|
key: 'type',
|
||||||
prompt: 'What meme type do you want to use?',
|
prompt: 'What meme type do you want to use?',
|
||||||
|
|||||||
@@ -218,4 +218,4 @@
|
|||||||
"April",
|
"April",
|
||||||
"Ruth"
|
"Ruth"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "31.3.0",
|
"version": "31.3.1",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "shardingmanager.js",
|
"main": "shardingmanager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user