Initial Fork + Updates
- New customizable storage library
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
try {
|
||||
var quotes = await libFlayer.getQuotes(quote_url);
|
||||
var selectedQuote = Math.floor(Math.random() * quotes.length);
|
||||
message.reply(quotes[selectedQuote].q + " - " + quotes[selectedQuote].a);
|
||||
message.reply(quotes[selectedQuote].quoteText + " - " + quotes[selectedQuote].quoteAuthor);
|
||||
} catch (e) {
|
||||
message.reply(e.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user