Fix more minor issues
This commit is contained in:
parent
bcba51ed97
commit
fb3f63dff3
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ class MemberEventMixin:
|
|||
self.logger.warn(
|
||||
f"Unverified role no longer exists for guild {guild.id}"
|
||||
)
|
||||
await settings.delete()
|
||||
await unverified.delete()
|
||||
elif role not in user.roles:
|
||||
await user.add_role(role, reason="User just joined and is unverified")
|
||||
if temproles:
|
||||
|
|
|
@ -461,7 +461,7 @@ Tips will be used to pay server costs, and any excess will go to local animal sh
|
|||
embed.set_thumbnail(url=guild.icon.url)
|
||||
embed.set_footer(text=f"ID: {guild.id} | Server Created")
|
||||
components = Button(
|
||||
style=ButtonStyles.DANGER, emoji="🗑️", custom_id=f"delete|{ctx.author.id}"
|
||||
style=ButtonStyle.DANGER, emoji="🗑️", custom_id=f"delete|{ctx.author.id}"
|
||||
)
|
||||
await ctx.send(embeds=embed, components=components)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue