From 9a09f7fd496c7310a1901ce33e68f6bd22aaf04b Mon Sep 17 00:00:00 2001 From: ayeuhugyu Date: Sat, 9 Sep 2023 15:06:31 -0700 Subject: [PATCH] updated p/pepper description --- src/commands/pepper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/pepper.js b/src/commands/pepper.js index e5bf4ff..d4b27ae 100644 --- a/src/commands/pepper.js +++ b/src/commands/pepper.js @@ -3,7 +3,7 @@ const fs = require("fs"); module.exports = { name: "pepper", - description: "Muchas Perfectas!", + description: "RPG (random pepper generator)", execute(message, args) { const peppers = fs.readdirSync("../pepperbot/src/peppers"); const maxRan = peppers.length;