Update help.js and info.js

This commit is contained in:
Anthony M 2021-01-19 21:28:23 -06:00 committed by GitHub
parent e6b2c14d25
commit 26f855e3b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ module.exports = {
const embed = { const embed = {
"title": "<:NyabotInfo:697145463350231040> **Help? HELP!** ", "title": "<:NyabotInfo:697145463350231040> **Help? HELP!** ",
"color": 9540095, "color": 9540095,
"description": "<:NyabotWarning:697145463194910791> Not all commands have been implemented. and may be removed without warning", "description": "<:NyabotWarning:697145463194910791> Not all commands have been implemented, and may be removed without warning.",
"footer": { "footer": {
"text": "Some commands are hidden for dev-only. | Anitrox © IDeletedSystem64 2018-2021" "text": "Some commands are hidden for dev-only. | Anitrox © IDeletedSystem64 2018-2021"
}, },

View file

@ -24,13 +24,13 @@ module.exports = {
const version = ("DEV1.0") const version = ("dev build 421")
const release = ("anitrox_dev") const release = ("anitrox_dev")
const os = require("os") const os = require("os")
const embed = { const embed = {
"title": "<:NyabotInfo:697145463350231040> Information about projectanitrox", "title": "<:NyabotInfo:697145463350231040> Information about Anitrox",
"description": "Everything you've ever wanted to know about projectanitrox!", "description": "Everything you've ever wanted to know about Anitrox!",
"color": 11038194, "color": 11038194,
"footer": { "footer": {
"icon_url": "https://cdn.discordapp.com/attachments/549707869138714635/793524910172667964/Screenshot_26.png", "icon_url": "https://cdn.discordapp.com/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
@ -93,11 +93,11 @@ const version = ("DEV1.0")
}, },
{ {
"name": "<:NyabotInfo:697145463350231040> **Want more system information?**", "name": "<:NyabotInfo:697145463350231040> **Want more system information?**",
"value": "Run n!sysinfo for more detailed system information" "value": "Run np!sysinfo for more detailed system information (Coming Soon™)"
}, },
{ {
"name": "<:usersuccess:793885338250641469> **Special Thanks To**", "name": "<:usersuccess:793885338250641469> **Special Thanks To**",
"value": "@OfficialTCGMatt for providing help with development" "value": "@OfficialTCGMatt for providing help with development/n @chuu_shi Allowing me to host Anitrox on his server"
} }
] ]