Skip to content

Commit 20acafb

Browse files
committed
Version update
V7.7.2 Final release
1 parent 6a5406c commit 20acafb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Configs/supportbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Discord Support: https://emeraldsrv.dev/discord
1111
# Community Resources: https://emeraldsrv.dev/resources
1212

13-
SupportBot_Version: "v7.7"
13+
SupportBot_Version: "v7.7.2"
1414

1515
# -------------------------
1616
# General Configuration

Events/ready.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = new Event("ready", async (client, interaction) => {
3535
console.log(` `);
3636
console.log(
3737
`\u001b[33m`,
38-
`${supportbot.Name} | v${supportbot.SupportBot_Version}`,
38+
`${supportbot.Name} | ${supportbot.SupportBot_Version}`,
3939
`\u001b[36m`,
4040
`Connected to Discord`
4141
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supportbot",
3-
"version": "7.7b",
3+
"version": "7.7.2",
44
"description": "SupportBot is an open-sourced support system for discord. It's completely free to use with high amounts of customization to match your own brand.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)