mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 17:32:31 -05:00
Fix visual issues with Discord's new Markdown (#6101)
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
@@ -889,9 +889,9 @@ class KickBanMixin(MixinMeta):
|
||||
"""Unban a user from this server.
|
||||
|
||||
Requires specifying the target user's ID. To find this, you may either:
|
||||
1. Copy it from the mod log case (if one was created), or
|
||||
2. enable developer mode, go to Bans in this server's settings, right-
|
||||
click the user and select 'Copy ID'."""
|
||||
1. Copy it from the mod log case (if one was created), or
|
||||
2. Enable Developer Mode, go to Bans in this server's settings, right-click the user and select 'Copy ID'.
|
||||
"""
|
||||
guild = ctx.guild
|
||||
author = ctx.author
|
||||
audit_reason = get_audit_reason(ctx.author, reason, shorten=True)
|
||||
|
||||
Reference in New Issue
Block a user