From 22c215f3c2ace58c278f895caaf84eef3bd49489 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 24 Jan 2025 20:16:03 -0500 Subject: [PATCH] Coupla beers no beers --- dot-commands/joint.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot-commands/joint.js b/dot-commands/joint.js index 9abc9d1..c169f2c 100644 --- a/dot-commands/joint.js +++ b/dot-commands/joint.js @@ -5,7 +5,9 @@ module.exports = { name: 'joint', description: 'Send a random weed-themed phrase.', usage: '.joint', - alias: ['bong', 'blunt', 'bowl', 'pipe', 'dab', 'vape', 'dabs', 'shatter', 'edible', 'edibles', 'doobie', 'spliff', 'gummy', 'gummies', 'hash', 'toke', 'big doinks'], + alias: ['bong', 'blunt', 'bowl', 'pipe', 'dab', 'vape', 'dabs', 'shatter', 'edible', 'edibles', 'doobie', 'spliff', 'gummy', 'gummies', 'hash', 'toke', 'big doinks', + 'drink', 'shot', 'shots', 'beer', 'beers', 'brew', 'brews', 'liquor', 'cocktail', 'cocktails', 'wine', 'wines', 'whiskey', 'whiskies', 'vodka', 'vodkas', 'rum', 'rums', 'cider', 'ciders', + ], execute(message, commandData) { let joints = []; // Create a simple array of the joint texts