This Discord bot copies a certain user's text in a channel. This is mainly for Roblox Limited Code Sniping, but you can do anything with this if you want.
If Status Code: 401 occurs, you entered your token incorrectly
If you see Respond: 200, it's working
As you see on line 37: content = re.sub(r'^\s*#\s+|\s*\|\s*|"', '', content) that is the filter that removes hashtags, double quotes, and pipes. If you wish, just remove that code and there'll be no filter.
Must have Python 3.6 or later installed
Open CMD
Run pip install pyperclip aiohttp asyncio
Find your token from Discord
Now open Inspect Element
Control + Shift + C or F12
In Inspect Element find Application and open Local Storage
Now enter token in the Filter
Example:
Copy token, not tokens.
Open CopyDiscordBot.py with any editing software other than python. (notepad easiest) (rightclick CopyDiscordBot.py and open with)
Paste it into USER_TOKEN and it should look similar to this
Find the user you want to stalk for codes or anything they text. (turn on Developer Mode in settings | Open Settings -> Advanced)
Now go to the user you want to stalk and click the three dots and Copy User ID.
Open codesniper.py with the editing software again and paste it in SPECIFIC_USER_ID.
Now find Channel IDs by going into a server and copying a Channel Id with right click.
Open CopyDiscordBot.py with the editing software again and paste it in CHANNEL_IDS.
You can remove or add more channel ids by adding a few more , and "".
Example:
This script is provided as-is, and the use of this script to interact with Discord should comply with the Discord Terms of Service and Guidelines. Use it responsibly and avoid violating Discord's rules or any applicable laws. I want to emphasize that I am not connected or involved in any way with whatever unfolds when you are in a predicament.






