mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-22 19:21:47 -05:00
changes
This commit is contained in:
parent
a2cbd2b836
commit
501d5986f7
2 changed files with 15 additions and 1 deletions
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue