fix help blurb
This commit is contained in:
@@ -82,7 +82,7 @@ async def on_message(message):
|
|||||||
@client.event
|
@client.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
print('### Active with id %s as %s ###' % (client.user.id,client.user.name) )
|
print('### Active with id %s as %s ###' % (client.user.id,client.user.name) )
|
||||||
activity = discord.Activity(name='Listening to !help', type=discord.ActivityType.listening)
|
activity = discord.Activity(name='!help', type=discord.ActivityType.listening)
|
||||||
await client.change_presence(activity=activity)
|
await client.change_presence(activity=activity)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user