Add new aliases
This commit is contained in:
parent
c20dbeafaf
commit
9f0d22c34f
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user