Skip to content

Commit

Permalink
New embed markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me-1 committed Sep 26, 2023
1 parent f13f432 commit 816ee17
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 @@ -132,7 +132,7 @@ async def get_current_config(self, inter: disnake.ApplicationCommandInteraction)
api_status = f"API Status - {emoji} ({api_status_code})"
version = f'v{self.bot.__version__}'

description = "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n" \
description = "─────────────────────────────────────────────────────────────────────────────\n" \
" - DevTracker Official [Discord Server](https://discord.gg/QN9uveFYXX).\n" \
" - DevTracker [Github](https://github.com/s0me-1/devtracker-bot#commands) page.\n" + u'\u200B'

Expand Down

0 comments on commit 816ee17

Please sign in to comment.