SNVMK
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
examples/reply.py
|
|
@ -13,7 +13,7 @@ class MyClient(discord.Client): |
|
|
|
return |
|
|
|
|
|
|
|
if message.content.startswith('!hello'): |
|
|
|
await message.channel.send('Hello {0.author.mention}'.format(message)) |
|
|
|
await message.reply('Hello!', mention_author=True) |
|
|
|
|
|
|
|
client = MyClient() |
|
|
|
client.run('token') |
|
|
|