Skip to content

Commit 4acbbe4

Browse files
committed
Fix discord server link in about, resolve #2890
1 parent efc9fee commit 4acbbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ async def about(self, ctx):
345345
embed.add_field(
346346
name="Want Modmail in Your Server?",
347347
value="Follow the installation guide on [GitHub](https://github.com/kyb3r/modmail/) "
348-
"and join our [Discord server](https://discord.gg/F34cRU8/)!",
348+
"and join our [Discord server](https://discord.gg/F34cRU8)!",
349349
inline=False,
350350
)
351351

0 commit comments

Comments
 (0)