forgot to add guild var in addable

This commit is contained in:
brandons209 2020-02-08 17:30:46 -05:00
parent 8ca2cb8b92
commit 3369c1fc70

View file

@ -275,6 +275,7 @@ class MoreAdmin(commands.Cog):
await ctx.send(f"Addable Roles: {humanize_list(curr)}")
return
guild = ctx.guild
role_list = role_list.strip().split(",")
role_list = [r.strip() for r in role_list]
not_found = set()