mirror of
https://github.com/MrUnknownDE/UnknownBot.git
synced 2026-04-18 04:33:44 +02:00
v2019.07.14
This commit is contained in:
@@ -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'])
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[DISCORD]
|
||||
bot-token=
|
||||
bot-token= NDIzMjE1NTM1ODkxODA4MjY2.XSs3Lg.I6O4DVC1q7jiGzDdNnNPsbm44VI
|
||||
owner= 155076323612688384
|
||||
|
||||
[VERSION]
|
||||
version= Alpha 0.0.2v
|
||||
version= 2019.07.14-1
|
||||
|
||||
Reference in New Issue
Block a user