mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Tiny Change in the meme validator
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = class MemeCommand extends Command {
|
||||
if (memecodes.includes(type.toLowerCase())) {
|
||||
return true;
|
||||
}
|
||||
return `${type.toLowerCase()} is not a valid meme type. Use \`;help meme\` to view a list of types.`;
|
||||
return `${type.toLowerCase()} is not a valid meme type. Use \`x;help meme\` to view a list of types.`;
|
||||
},
|
||||
parse: text => {
|
||||
return text.toLowerCase();
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "30.0.0",
|
||||
"version": "30.0.1",
|
||||
"description": "A Discord Bot",
|
||||
"main": "shardingmanager.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user