Skip to content
Snippets Groups Projects
Unverified Commit 04d10110 authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Really fix invite links

parent 22c0d01b
No related branches found
No related tags found
Loading
......@@ -44,7 +44,7 @@ class Welcome(commands.Cog):
inline=False)
embed.add_field(name=":link: Einladungslink",
value=f"Mitstudierende kannst du mit folgendem Link einladen: os.getenv('DISCORD_INVITE_LINK').",
value=f"Mitstudierende kannst du mit folgendem Link einladen: {os.getenv('DISCORD_INVITE_LINK')}.",
inline=False)
embed.add_field(name="\u200b",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment