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

Merge pull request #14 from FU-Hagen-Discord/dnns01-patch-1

Update invite-link
parents 577ae53b 06c62609
Branches master
No related tags found
1 merge request!15Aktualisierung von News-Branch
......@@ -2,6 +2,7 @@
DISCORD_TOKEN=<Bot Token>
DISCORD_GUILD=<ID of Guild, this Bot should be used at>
DISCORD_ACTIVITY=<What should be shown, Bot is playing right now>
DISCORD_INVITE_LINK=<Invitation Link to this Discord Server>
# IDs
DISCORD_MOD_ROLE=<ID of Mod Role>
......
......@@ -44,7 +44,7 @@ class Welcome(commands.Cog):
inline=False)
embed.add_field(name=":link: Einladungslink",
value="Mitstudierende kannst du mit folgendem Link einladen: https://discord.gg/x4nB6bhmgm.",
value="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.
Finish editing this message first!
Please register or to comment