Skip to content

Commit d799e39

Browse files
committed
v5.0.2
* Updated API link
1 parent 75eeba6 commit d799e39

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/app/cfg/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const app = {
1515
version: {
1616
major: 5,
1717
minor: 0,
18-
revision: 1,
18+
revision: 2,
1919
buildType: "R",
2020
toString: function() {
2121
var major = app.version.major,

src/app/cfg/system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139

140140
"logURL": "https://tcb.nekos.tech/bot/",
141-
"imgAPI": "https://api.themattchannel.com/imgs/",
141+
"imgAPI": "https://api.themattchannel.com/v1/imgs/",
142142

143143

144144
"owners": [

src/app/evts/ready.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ module.exports = (app) => {
88
app.config.system.footerText = app.config.system.footerText.replace("APPNAME", app.name).replace("currYear", new Date().getFullYear()); // Update year
99

1010
app.logger.success("DISCORD", `Logged in as ${app.client.user.tag} | ${app.client.user.id}.`);
11-
// app.logger.success("DISCORD", `It took ${app.client.connections.startupTime}ms (${(app.client.connections.startupTime / 1000)} seconds)!`);
12-
1311

1412
// Finish up anything else
1513
app.bypassEnabled = false; // Disable bypass

0 commit comments

Comments
 (0)