mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
lgtstfx
This commit is contained in:
@@ -56,6 +56,7 @@ class MusicFileList(object):
|
||||
self.logger.error("Service Unavailable")
|
||||
finally:
|
||||
if self.file_service_active:
|
||||
self.logger.info("Radio Status: Probably Active")
|
||||
status = discord.Status.online
|
||||
# radio_hardkor = discord.Activity(
|
||||
# name = "Radio Hammer/Radio Conjurer/Wolne Bałuity Kurwa",
|
||||
@@ -73,6 +74,7 @@ class MusicFileList(object):
|
||||
await bot.change_presence(status=status, activity=radio_hardkor)
|
||||
|
||||
else:
|
||||
self.logger.info("Radio Status: Rather Unknown")
|
||||
await bot.change_presence(
|
||||
activity=discord.Game(name="Axe Throwing Darts")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user