diff options
Diffstat (limited to 'commands/quote.js')
| -rw-r--r-- | commands/quote.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/quote.js b/commands/quote.js index 8b182e6..133c9eb 100644 --- a/commands/quote.js +++ b/commands/quote.js @@ -15,4 +15,4 @@ module.exports = { msg.reply(atquotes.getIceKingQuote()); } } -}
\ No newline at end of file +};
\ No newline at end of file |