Compare commits

..

No commits in common. "b5d292e6caf6e2493dce4747145805bb6639fd95" and "5013fffa596836a7f003630cdfc455271734342f" have entirely different histories.

View File

@ -12,7 +12,7 @@ class FitnessCog(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
default_threads = "1457402451530350727,1328363409648910356,1533433244186443827" default_threads = "1457402451530350727,1328363409648910356"
threads_raw = os.getenv("THREADS_ID", default_threads) threads_raw = os.getenv("THREADS_ID", default_threads)
self.threads_id: list[int] = [] self.threads_id: list[int] = []