diff options
Diffstat (limited to 'commands/join.js')
| -rw-r--r-- | commands/join.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/join.js b/commands/join.js index 15ef1de..b07e6c7 100644 --- a/commands/join.js +++ b/commands/join.js @@ -12,4 +12,4 @@ module.exports = { msg.reply('you\'re not in a voice channel'); } } -}
\ No newline at end of file +};
\ No newline at end of file |