You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content: []byte(fmt.Sprintf("Hey there, this file was created automatically because a bot found your token in public. By creating this file, the Discord bots will immediately reset the token.\nHopefully, we caught it in time to make sure that you weren't compromised.\nThis is a dangerous thing to leak, as your bot can be controlled by anyone if they have the token! Please keep your token safe. \nReporter: %s\nTime Detected: %s\n\n%s", "Token Scanner Bot (replit/@RoBlockHead)", (time.Now()).String, token)),
Description: "Hi! I'm Token Scanner, a bot made to protect your Discord tokens! If you accidentally send a token in the chat, I'll make sure to reset it so that you don't have to worry about people using it for evil!",
Value: "I use Regular Expressions (regex) to detect the format of a Discord token. If I find a match to this format, I have the token reset!",
123
+
},
124
+
&discordgo.MessageEmbedField{
125
+
Name: "How do you reset tokens?",
126
+
Inline: true,
127
+
Value: "Token resetting is done via GitHub Secret Scanning. With GitHub Secret Scanning, we can just send your token up to GitHub and it will be caught by automated systems designed to find tokens. Once it's found, it's sent to Discord to be reset.",
0 commit comments