mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 12:18:54 -05:00
[V3] Fix dm help set (#1806)
This commit is contained in:
parent
36b9f64aae
commit
b7c9647e1a
@ -605,6 +605,7 @@ class Core(CoreLogic):
|
||||
guild_settings = f"Admin role: {admin_role}\nMod role: {mod_role}\n"
|
||||
else:
|
||||
guild_settings = ""
|
||||
prefixes = None # This is correct. The below can happen in a guild.
|
||||
if not prefixes:
|
||||
prefixes = await ctx.bot.db.prefix()
|
||||
locale = await ctx.bot.db.locale()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user