diff --git a/cogs/settings.py b/cogs/settings.py index 5a956ee..ba4c08f 100644 --- a/cogs/settings.py +++ b/cogs/settings.py @@ -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)