mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
ignore "_" tracks
This commit is contained in:
parent
c14f7e2d0b
commit
92c8134091
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ async def on_ready():
|
|||
|
||||
async for message in old_track_channel.history(limit=5000):
|
||||
if message.author.id == bot.user.id:
|
||||
if "_" in message.content: continue
|
||||
sha1 = message.content.split("ct.wiimm.de/i/")[-1].replace("|", "").strip()
|
||||
old_message_from_sha1[sha1] = message
|
||||
|
||||
|
|
Loading…
Reference in a new issue