Add new aliases

This commit is contained in:
Skylar Grant 2023-01-07 13:16:05 -05:00
parent c20dbeafaf
commit 9f0d22c34f
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {