diff options
Diffstat (limited to 'commands/reboot.js')
| -rw-r--r-- | commands/reboot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reboot.js b/commands/reboot.js index b9fc6aa..f5ec9eb 100644 --- a/commands/reboot.js +++ b/commands/reboot.js @@ -7,4 +7,4 @@ module.exports = { msg.member.voiceChannel.leave(); msg.reply('reboot finished lol'); } -}
\ No newline at end of file +};
\ No newline at end of file |