removed dead code

This commit is contained in:
klemek
2019-11-14 20:59:08 +01:00
parent 49b3aded7e
commit 443ab035df
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -165,7 +165,6 @@ async def analyse_channel(channel, emotes, members, progress, nm0, nc):
while len(messages) >= CHUNK_SIZE or messages[-1] is None:
messages = await channel.history(limit=CHUNK_SIZE, before=messages[-1]).flatten()
for m in messages:
tm0 = datetime.now()
# If author is not bot or included in the selection (empty list is all)
if not m.author.bot and (len(members) == 0 or m.author in members):
# Find all emotes un the current message in the form "<:emoji:123456789>"
-1
View File
@@ -1,4 +1,3 @@
from utils import debug
async def compute(message, args):