QuartzWarrior / Tip.cc-Autocollect

Your personal tip.cc auto-collector. Earn crypto effortlessly through Discord.
GNU Affero General Public License v3.0
18 stars 6 forks source link

Latest update seems to break the script #8

Closed BX-Git closed 7 months ago

BX-Git commented 7 months ago

triviadrops leads to non reaction

airdrop leads to this error ERROR discord.client Ignoring exception in on_message Traceback (most recent call last): File "/home/admin/.local/lib/python3.8/site-packages/discord/client.py", line 600, in _run_event await coro(*args, **kwargs) File "tipcc_autocollect.py", line 307, in on_message elif config["DELAY"] != 0: KeyError: 'DELAY'

I have not tested the rest

QuartzWarrior commented 7 months ago

yeah, you'll have to remove the config.json and replace it with the new one. Tip.cc's triviadrop wasn't working when I was working on this update so I wasn't able to test that. Otherwise, those errors are from the config 100%. I'll add an update in a few minutes fixing the triviadrop, and I'll test.

Edit: just realized I didn't put delay in the config, fixing rn.

QuartzWarrior commented 7 months ago

Fixed!