Add voice, Change yml, Change media

This commit is contained in:
CramMK
2020-02-13 17:05:21 +01:00
parent 05d2829bae
commit 3ac095ec21
12 changed files with 122 additions and 64 deletions

View File

@@ -26,7 +26,7 @@ class Welcome(commands.Cog):
text = f"Welcome {member.mention} to our useless 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):