This commit is contained in:
2019-03-28 21:58:42 +11:00
committed by GitHub
parent a5b0f8a68d
commit 4b0bb1dba3

View File

@@ -2,8 +2,8 @@ var request = require('request');
var url = "https://www.reddit.com/r/battlestations/hot/.json?limit=100"; var url = "https://www.reddit.com/r/battlestations/hot/.json?limit=100";
module.exports = { module.exports = {
name: 'Sloth', name: 'Battlestations',
alias: ['sloth'], alias: ['battlestations', 'battlestation'],
helptext: 'Inserts battlestation from reddit/r/battlestations', helptext: 'Inserts battlestation from reddit/r/battlestations',
helphide: false, helphide: false,
permissions: ['READ_MESSAGES'], permissions: ['READ_MESSAGES'],