From be4403839889d4b6d50d0fd3bee2998462e56f58 Mon Sep 17 00:00:00 2001 From: Haku Date: Sun, 15 Mar 2020 08:14:07 -0400 Subject: [PATCH] removed foundered notifications --- founderlessnotify/founderlessnotify.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/founderlessnotify/founderlessnotify.py b/founderlessnotify/founderlessnotify.py index c3c60bf..f4b1953 100644 --- a/founderlessnotify/founderlessnotify.py +++ b/founderlessnotify/founderlessnotify.py @@ -118,21 +118,6 @@ class FounderlessNotify(commands.Cog): if message_content: await channel.send(message_content) - # await channel.send('The following regions are **no longer Founderless:**') - # for region in now_foundered: - # if len(message_content) <= 1800: - # message_content += f'https://www.nationstates.net/region={canonicalize(region)} ' \ - # f'({now_foundered_endos[region]}e)\n' - # else: - # await channel.send(message_content) - # message_content = "" - # message_content += f'https://www.nationstates.net/region={canonicalize(region)} ' \ - # f'({now_foundered_endos[region]}e)\n' - # # Send the remaining contents just in case - # if message_content: - # await channel.send(message_content) - - # Now that we're done sending that out, update the cache. await self.config.previous_founderless.set(new_founderless_regions) async def bg_loop(self):