From 9f0d22c34f6db8bd56b10de42627164bbae2d80a Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 7 Jan 2023 13:16:05 -0500 Subject: [PATCH] Add new aliases --- dot-commands/joint.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-commands/joint.js b/dot-commands/joint.js index 733dade..2ce3202 100644 --- a/dot-commands/joint.js +++ b/dot-commands/joint.js @@ -5,6 +5,7 @@ module.exports = { name: 'joint', description: 'Send a random weed-themed phrase.', usage: '.joint', + alias: ['bong', 'blunt', 'bowl', 'pipe'], execute(message, commandData) { let joints = []; for (const entry of message.client.joints.map(joint => joint.content)) {