mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +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())) {
|
if (memecodes.includes(type.toLowerCase())) {
|
||||||
return true;
|
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 => {
|
parse: text => {
|
||||||
return text.toLowerCase();
|
return text.toLowerCase();
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "30.0.0",
|
"version": "30.0.1",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "shardingmanager.js",
|
"main": "shardingmanager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user