updated p/pepper description
This commit is contained in:
parent
2529597b2e
commit
9a09f7fd49
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const fs = require("fs");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: "pepper",
|
name: "pepper",
|
||||||
description: "Muchas Perfectas!",
|
description: "RPG (random pepper generator)",
|
||||||
execute(message, args) {
|
execute(message, args) {
|
||||||
const peppers = fs.readdirSync("../pepperbot/src/peppers");
|
const peppers = fs.readdirSync("../pepperbot/src/peppers");
|
||||||
const maxRan = peppers.length;
|
const maxRan = peppers.length;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue