@ -44,17 +34,13 @@ class Verification(commands.Cog):
general=self.bot.get_channel(663651584399507481)
general=self.bot.get_channel(663651584399507481)
# String for welcoming people in the #general channel
# String for welcoming people in the #general channel
general_welcome=f"Welcome to the server! {message.author.mention} I hope you enjoy your stay here <a:huh:676195228872474643> <a:huh:676195228872474643> " \
general_welcome=f"Welcome to the server! {member.mention} I hope you enjoy your stay here <a:huh:676195228872474643> <a:huh:676195228872474643> " \
f"\nPlease go into <#722347423913213992> to choose some ping-able roles for events! " \
f"\nPlease go into <#722347423913213992> to choose some ping-able roles for events! " \
f"\nPlease ping {hamothyID} for any questions about the server and of course, the other staff members!"
f"\nPlease ping {hamothyID} for any questions about the server and of course, the other staff members!"
# Send welcome message to #general
# Send welcome message to #general
awaitgeneral.send(general_welcome)
awaitgeneral.send(general_welcome)
# Delete the message no matter what message they send
else:
awaitmessage.delete()
# Allowing people to get ping-able self roles
# Allowing people to get ping-able self roles
@command(name="verification")
@command(name="verification")
@is_owner()
@is_owner()
@ -68,8 +54,8 @@ class Verification(commands.Cog):