changed over = to :, whoops

This commit is contained in:
2019-03-18 06:38:40 +11:00
parent 467dc136ff
commit f4601a7974
25 changed files with 194 additions and 190 deletions

View File

@@ -2,13 +2,13 @@ var request = require('request');
var url = "https://www.reddit.com/r/lizards/hot/.json?limit=100";
module.exports = {
name = 'Lizard',
alias =['lizard'],
helptext = 'Inserts good boye from reddit/r/lizards',
helphide = false,
permissions =['READ_MESSAGES'],
category = 'general',
command = (client, msg) => {
name: 'Lizard',
alias: ['lizard'],
helptext: 'Inserts good boye from reddit/r/lizards',
helphide: false,
permissions: ['READ_MESSAGES'],
category: 'general',
command: (client, msg) => {
request({
url: url,
json: true