#π python selfcord
47 messages Β· Page 1 of 1 (latest)
@humble moss
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
!rule illegal to set up a self bot. Sorry
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
π€¦ββοΈ
There is no reason to use self bots. You can do everything that you need to with normal bots. What are you trying to do?
I'm trying to grab user IDs of servers that go against our rules
we have like 20 different servers that branch off of our main one and they're all in violation of our rules
and im not trying to manually copy id and ban them
self bots are very helpful
from selfcord.ext import commands
bot = commands.Bot(command_prefix='>', self_bot=True)
@bot.command()
async def scrapeMembers(ctx):
memberids = []
guild = ctx.guild
members = await guild.fetch_members(channels=[ctx.channel], force_scraping=True, delay=.1, cache=True)
for member in members:
memberids.append(member.id)
print(memberids)
#token here
bot.run('')
#just type >scrapeMembers in the discord channel you wanna scrape```
a friend made this for me, but hes not available rn and i sort of need this now and idk what library he used
If they are branches of your main server you can require them to have a normal bot in them. You can then have that bot loop though the members
The code above is almost identical to what you would need to use in a normal bot. And a normal bot is not against TOS
?
its their own server
we cant requrie them to do anything
they're breaking our rules and banning our staff, and purposefully hiding to get away from us
selfbots are against discords ToS and therefor against our rules. no matter what purpose. So you have to ask somewhere else for stuff like that.
I dont get how they are branches of your server if you have no control over them. That sounds like an independent community. Also, DO NOT ask about self bots anywhere because they are against TOS no matter what.
you cannot just rule over other serverπ
you don't own them
because its a minecraft server, where they are breaking our rules and scamming innocent little children by IRL trading and cross trading? to either steal their money or just get them entirely banned
ok and?
they're scamming our community i'll do what i want lol
like that'll do anything
And don't make us report you
Not like deleting message gonna help
bro discord does not care
i dont know why you care so much
<@&831776746206265384>
stay mad that im saving innocent childrends credit cards from being stolen
becuase i hurt your feelings with a bot
What to do it? Reporting it
And not against the rule
No? we're wiping them off of our server
need their IDs to do so
Not using selfbot
:warning: The owner of this post is no longer in the server.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.