[V3 Dungeon] Fix for autosetup

This commit is contained in:
aikaterna
2018-07-19 08:05:24 -07:00
committed by GitHub
parent 381e6955c7
commit 3c7601f570

View File

@@ -168,7 +168,7 @@ class Dungeon:
await self.config.guild(ctx.guild).announce_channel.set(ctx.channel.id)
toggle = await self.config.guild(ctx.guild).toggle()
if not toggle:
await ctx.invoke(self.toggle)
await ctx.invoke(self.usertoggle)
await ctx.send(
f"Done.\nDungeon channel created: {dungeon_channel.mention}\nDungeon role created: {dungeon_role.name}\n\nPlease set these items manually:\n- The announce channel for reporting new users that are moved to the dungeon ([p]dungeon announce)\n- The role you wish to award regular members when they join the server ([p]dungeon userrole)\n- The toggle for enabling the regular user role awarding ([p]dungeon usertoggle)"
)