Improve Musicbot
This commit is contained in:
@@ -23,10 +23,9 @@ class Welcome(commands.Cog):
|
||||
Greets new users joining your server
|
||||
"""
|
||||
channel = member.guild.system_channel
|
||||
text = f"Welcome {member.mention} to our useless Discord!"
|
||||
text = f"Welcome {member.mention} to our Discord!"
|
||||
if channel is not None:
|
||||
await channel.send(text)
|
||||
await message.add_reaction("\N{THUMBS UP SIGN}")
|
||||
|
||||
@commands.command(name="hello")
|
||||
async def hello(self, ctx):
|
||||
|
||||
Reference in New Issue
Block a user