Improve Musicbot

This commit is contained in:
CramMK
2020-04-24 15:49:49 +02:00
parent bd7c614220
commit b0dd7f2ca6
10 changed files with 444 additions and 157 deletions

View File

@@ -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):