removed unused string

This commit is contained in:
Specoolazius 2022-03-31 15:34:18 +02:00
parent e2f02eeed8
commit 49c24e90ec

View File

@ -215,12 +215,6 @@ class Presence(object):
self.__server_online_presence.start()
"""
await self.bot.change_presence(
activity=self.bot.activity,
status=self.bot.status
)"""
@tasks.loop()
async def __server_online_presence(self):
_time = time.time()