diff options
Diffstat (limited to 'commands/leave.js')
| -rw-r--r-- | commands/leave.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/leave.js b/commands/leave.js index 51fac82..6965069 100644 --- a/commands/leave.js +++ b/commands/leave.js @@ -9,4 +9,4 @@ module.exports = { msg.reply('i\'m not in a voice channel'); } } -}
\ No newline at end of file +};
\ No newline at end of file |