mirror of
https://github.com/MrUnknownDE/UnknownBot.git
synced 2026-05-02 09:06:05 +02:00
v2019.07.14
This commit is contained in:
+3
-2
@@ -21,7 +21,8 @@ async def on_ready():
|
||||
print ('')
|
||||
print ('UnknownBot ist gestartet')
|
||||
print ('')
|
||||
await client.change_presence(game=discord.Game(name="on exoticzone.de"))
|
||||
print ('?help - Für mehr Informationen')
|
||||
await client.change_presence(game=discord.Game(name="booting ..."))
|
||||
|
||||
@client.event
|
||||
async def on_message(message):
|
||||
@@ -220,4 +221,4 @@ async def uptime():
|
||||
|
||||
|
||||
client.loop.create_task(uptime())
|
||||
client.run(config['DISCORD']['bot-token'])
|
||||
client.run(config['DISCORD']['bot-token'])
|
||||
|
||||
Reference in New Issue
Block a user