-
Isn't this basically a selfbot?
-
Hello, I added the Telegram API (messaging-api-telegram) on the overwatch bot, to send a message in Telegram (/add steamid64)
Example:
client.sendMessage(chat_id, '/add ' + sid.getSteamID64());
…
ghost updated
4 years ago
-
# Muted for things that aren’t against the rules!
### *A description of the issue:*
I was muted and warned today for this:
> You were muted in Cyber Discovery | turn off the economy selfbot.
>…
ghost updated
4 years ago
-
# Title: [Bug] ImportError: cannot import name 'Deque'
# Body:
## Problem:
I am trying to set up the PokeBall bot for the first time, downloaded the prerequisites of Python 3.6, including it …
-
I've checked discord.py and it actually is both in the official list here:
https://discordapp.com/developers/docs/topics/community-resources#libraries-discord-libraries
And has the user account au…
naryl updated
4 years ago
-
@spreadLink @MegaLoler Hello. I need Lispcord for a project and I may need to make a few patches. Do you still accept them (I see a PR by jgkamat just left without a comment for more than two months)?…
naryl updated
4 years ago
-
Steps to reproduce:
1. Call a friend in a group or private DM in Discord
2. Notice the automatically generated message says "\ started a call"
3. End call after a few minutes and notice message n…
-
I would expect a service claiming to be serious about security to not use such an insecure chat method.
(yes I'm disappointed)
Discord has a MAJOR issue with hackers gaining access to someone's ac…
-
https://github.com/hammerandchisel/discord-api-docs/blob/4169c543c0133437433006e68aa68debc690f9fb/docs/topics/OAuth2.md#L7
> Automating normal user accounts (generally called "self-bots") outside of …
-
I tried using `if not message.author.bot:` but it still react to itself.
I searched on google, but i didn't find any useful solution.
I asked this on the official discord server, but nobody knew the…