Discord-Auto-message icon indicating copy to clipboard operation
Discord-Auto-message copied to clipboard

dont work with commands

Open dankYoff opened this issue 2 years ago • 7 comments

image

dankYoff avatar Sep 21 '23 09:09 dankYoff

how can i triger command?

dankYoff avatar Sep 21 '23 09:09 dankYoff

you want the bot to enter that command every minute or so?? have u tried changing the values in the "messages.txt" into the commands u wanna use?? copy and paste the same commands as long as u want in the "messages.txt". let me know if that solves the problem

xRiddin avatar Oct 12 '23 19:10 xRiddin

The bot performs its function, everything works fine.

But when I try to send a command to it, it sends it in text: that is, the bot on the server (which should trigger the /timely command) does not work and sends the command as plain text

dankYoff avatar Oct 13 '23 15:10 dankYoff

the time between entering commands is 12 hours

dankYoff avatar Oct 13 '23 15:10 dankYoff

image image image

python3 auto.py --config Configure? (y/n)n Messages will be sent to https://discord.com/channels/254958490676625408/848876594194153472. Seconds between messages: 500

  • Serving Flask app ''
  • Debug mode: off Message sent! Waiting 500 seconds... WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  • Running on all addresses (0.0.0.0)
  • Running on http://127.0.0.1:8080
  • Running on http://192.168.0.160:8080 Press CTRL+C to quit

dankYoff avatar Oct 13 '23 15:10 dankYoff

oh yeah, i get you. Unfortunately it doesn't support bot commands because that involves clicking on the command displayed when you type it. this bot currently can only send automatic messages and NOT BOT COMMANDS. will try to implement this in future though

xRiddin avatar Oct 14 '23 17:10 xRiddin

I actually use the script for the same function. You should use !timely instead of /timely it worked for me

T-Chappy avatar Nov 12 '23 00:11 T-Chappy