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