mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2025-01-18 19:13:37 +01:00
Compare commits
2 Commits
6614accb1d
...
e03066341a
Author | SHA1 | Date | |
---|---|---|---|
e03066341a | |||
206bafd302 |
@ -1,3 +1,3 @@
|
||||
# mcserver-discordbot
|
||||
|
||||
Currenlty in development. Readme will follow soon.
|
||||
Currently in development. Readme will follow soon.
|
||||
|
@ -58,6 +58,8 @@ class Presence(object):
|
||||
if self.bot.is_server_starting and self.bot.last_start + self.bot.config.server_start_timout < time.time():
|
||||
self.bot.is_server_starting = False
|
||||
|
||||
self.bot.logger.debug('Resetting is_starting to False')
|
||||
|
||||
# ToDo: better presence
|
||||
await self.bot.change_presence(
|
||||
activity=discord.Activity(
|
||||
|
Loading…
Reference in New Issue
Block a user