Discord-Auto-message
Discord-Auto-message copied to clipboard
dont work with commands
how can i triger command?
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
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
the time between entering commands is 12 hours
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
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
I actually use the script for the same function. You should use !timely instead of /timely it worked for me