Skip to content

Commit 7538145

Browse files
author
Krypton
authored
Fixed invite link (thank you Discord)
1 parent dde0507 commit 7538145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async def server(self, context: SlashContext):
191191
return
192192

193193
embed = discord.Embed(
194-
description=f"Join the support server for the bot by clicking [here](https://discord.gg/HzJ3Gfr).",
194+
description=f"Join the support server for the bot by clicking [here](https://discord.gg/mTBrXyWxAF).",
195195
color=0xD75BF4
196196
)
197197
try:

0 commit comments

Comments
 (0)