This commit is contained in:
2024-11-14 20:11:30 +01:00
parent f4f4deb848
commit 49e1121967
+2
View File
@@ -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")
)