This commit is contained in:
Andrew Lee 2018-04-13 21:41:30 -04:00
parent a2cbd2b836
commit 501d5986f7
2 changed files with 15 additions and 1 deletions

14
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/bot_discord.js"
}
]
}

View file

@ -33,7 +33,7 @@ module.exports.run = async (client, message) => {
.setAuthor('AleeBot 2.6.0' + ` Help and on ${client.guilds.size} servers`, 'https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048')
.setDescription('Every command you input into AleeBot is `' + require('../absettings.json').prefix + '`')
.setColor('#1fd619')
.setFooter('AleeCorp Copyright 2018');
.setFooter('AleeCorp Copyright 2018, Licensed with GPL-3.0');
categories.forEach(function(x) {
let cat = '';