3ddelano / discord-autotyper-python

A python script to auto send commands in Discord or any other program.
MIT License
15 stars 5 forks source link

Feature Request: Autotyper Channel and Cross-Server Functionality #3

Open dreamyfog opened 8 months ago

dreamyfog commented 8 months ago

by any chance Would it be possible to implement the ability to set the autotyper for a specific channel? Additionally, if it could seamlessly function while chatting in other servers – that would be awesome!

3ddelano commented 8 months ago

The autotyper by default is on a specific channel (the one that is opened in the discord app).

I don't think using the method used in this repo (pressing keyboard keys) can allow using the keyboard for any other task.

This is meant to be used as an afk farming strategy for certain bots.

If you want high customization of the autotyper what you are looking for is a self-bot.

dreamyfog commented 7 months ago

Thanks for the info! using a self-bot could lead to a ban. I'll stick to safer options. Appreciate your response!