Skip to content

Commit

Permalink
chore: update support invite
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Mar 19, 2022
1 parent be992d4 commit 81557e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://discord.com/api/oauth2/authorize?client_id=702116355842768927&permissions=470150208&scope=applications.commands%20bot"><img src="https://media.discordapp.net/attachments/800010867685064715/854782206304190464/GASlogo.png" alt="G.A.S Bot" width="128"/></a>
</p>
<p>
<a href="https://discord.gg/AbUw9fh"><img src="https://img.shields.io/discord/720009823458033705?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a>
<a href="https://discord.gg/qyK6Q9t33a"><img src="https://img.shields.io/discord/720009823458033705?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a>
<a href="https://github.com/h-projects/gasbot/releases/latest"><img src="https://img.shields.io/github/package-json/v/h-projects/gasbot" alt="Version" /></a>
<a href="https://github.com/h-projects/gasbot/actions"><img src="https://github.com/h-projects/gasbot/workflows/Testing/badge.svg" alt="Build status" /></a>
<a href="https://github.com/h-projects/gasbot/network/dependencies"><img src="https://img.shields.io/librariesio/github/h-projects/gasbot" alt="Dependencies" /></a>
Expand Down Expand Up @@ -41,7 +41,7 @@ The bot is maintained by [Aytch Software](https://h-projects.github.io) and uses
To set up a loq channel, just type `/loqs` and select a channel, you can reset it from there too.

### Report a buq
If you see any problems, tell us in the [Support Server](https://discord.gg/AbUw9fh) or [open an issue](https://github.com/h-projects/gasbot/issues).
If you see any problems, tell us in the [Support Server](https://discord.gg/qyK6Q9t33a) or [open an issue](https://github.com/h-projects/gasbot/issues).

## Why?
Because G is evil and it must be destroyed.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"guildLogs": "754681399499423764",
"globalLogs": "805472059790589974",
"support": "https://discord.gg/AbUw9fh",
"support": "https://discord.gg/qyK6Q9t33a",
"gasServer": "https://discord.gg/qs9QDW5M5J",
"docs": "https://h-projects.github.io/docs/bots/gas",
"vote": "https://top.gg/bot/702116355842768927/vote",
Expand Down
3 changes: 2 additions & 1 deletion events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ module.exports = {
type: 'BUTTON',
style: 'LINK',
label: 'Support Server',
url: client.config.support
url: client.config.support,
emoji: '<:AytchSoftware:720949593696894996>'
}]
}]
});
Expand Down

0 comments on commit 81557e3

Please sign in to comment.