Skip to content

Commit

Permalink
dt-config link update
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me-1 committed Sep 26, 2023
1 parent 2d64d0f commit 0682a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def get_current_config(self, inter: disnake.ApplicationCommandInteraction)
emb_err.description = f"Missing `Send Message` Channel Permission for default channel <#{default_channel_id}> "
chname = f'<#{default_channel_id}>'

api_md = "[DeveloperTracker.com](https://developertracker.com/)\n" + u'\u200B'
api_md = "[DeveloperTracker.com](https://api.developertracker.com/games)\n" + u'\u200B'
fw_status = await ORM.get_follow_status(inter.guild_id)

ignored_accounts = await ORM.get_ignored_accounts_per_game(inter.guild_id)
Expand Down

0 comments on commit 0682a69

Please sign in to comment.