mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2025-01-19 09:26:13 +01:00
Compare commits
No commits in common. "e03066341a3af24e8a11a7f7e383db9dc3c0d4cd" and "6614accb1de89457b00947b6e6e1123ed6b97ccf" have entirely different histories.
e03066341a
...
6614accb1d
@ -1,3 +1,3 @@
|
|||||||
# mcserver-discordbot
|
# mcserver-discordbot
|
||||||
|
|
||||||
Currently in development. Readme will follow soon.
|
Currenlty in development. Readme will follow soon.
|
||||||
|
@ -58,8 +58,6 @@ class Presence(object):
|
|||||||
if self.bot.is_server_starting and self.bot.last_start + self.bot.config.server_start_timout < time.time():
|
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.is_server_starting = False
|
||||||
|
|
||||||
self.bot.logger.debug('Resetting is_starting to False')
|
|
||||||
|
|
||||||
# ToDo: better presence
|
# ToDo: better presence
|
||||||
await self.bot.change_presence(
|
await self.bot.change_presence(
|
||||||
activity=discord.Activity(
|
activity=discord.Activity(
|
||||||
|
Loading…
Reference in New Issue
Block a user