mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -2,13 +2,13 @@ var request = require('request');
|
||||
var url = "https://www.reddit.com/r/sloths/hot/.json?limit=100";
|
||||
|
||||
module.exports = {
|
||||
name = 'Sloth',
|
||||
alias =['sloth'],
|
||||
helptext = 'Inserts good boye from reddit/r/sloths',
|
||||
helphide = false,
|
||||
permissions =['READ_MESSAGES'],
|
||||
category = 'general',
|
||||
command = (client, msg) => {
|
||||
name: 'Sloth',
|
||||
alias: ['sloth'],
|
||||
helptext: 'Inserts good boye from reddit/r/sloths',
|
||||
helphide: false,
|
||||
permissions: ['READ_MESSAGES'],
|
||||
category: 'general',
|
||||
command: (client, msg) => {
|
||||
request({
|
||||
url: url,
|
||||
json: true
|
||||
|
||||
Reference in New Issue
Block a user