[V3] Fix dm help set (#1806)

This commit is contained in:
Michael H 2018-06-07 01:23:26 -04:00 committed by Will
parent 36b9f64aae
commit b7c9647e1a

View File

@ -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()