From c61639ab1c203fc00e480bdb877a36f5e991d72b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 26 Feb 2018 14:23:29 +0000 Subject: [PATCH] Didn't mean to delete that --- commands/voice/soundboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/voice/soundboard.js b/commands/voice/soundboard.js index c8025b20..38767c24 100644 --- a/commands/voice/soundboard.js +++ b/commands/voice/soundboard.js @@ -7,7 +7,7 @@ module.exports = class SoundboardCommand extends Command { constructor(client) { super(client, { name: 'soundboard', - aliases: ['sound'], + aliases: ['sound', 'foley'], group: 'voice', memberName: 'soundboard', description: 'Plays a sound in your voice channel.',