Skip to content

Commit

Permalink
Better URLFilters settings report
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me-1 committed Apr 10, 2023
1 parent 0cedb33 commit a05a066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

class DevTracker(commands.InteractionBot):

__version__ = "1.7.1"
__version__ = "1.7.2"

def __init__(self):

Expand Down
2 changes: 1 addition & 1 deletion cogs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _generate_urlfilters_table(self, games, urlfilters_per_game, guild: disnake.
filter_line += f"` | <#{channel_id}> - {error_msg}\n"

else:
filter_line += f"` | [Global] - {filter}\n"
filter_line += f"` | [Global] - `{filter}`\n"

# Max Embed description size is 4096 characters
if len(filter_line) + len(urlfilter_tab) > 4096:
Expand Down

0 comments on commit a05a066

Please sign in to comment.