#πŸ”’ python selfcord

47 messages Β· Page 1 of 1 (latest)

balmy trenchBOT
#

@humble moss

Python help channel opened

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.

proper ibex
#

!rule illegal to set up a self bot. Sorry

balmy trenchBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

humble moss
molten valley
#

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?

humble moss
#

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
molten valley
#

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

humble moss
#

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

mental basin
#

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.

molten valley
#

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.

solid quartz
#

you don't own them

humble moss
humble moss
#

they're scamming our community i'll do what i want lol

solid quartz
#

If they are scamming

#

Report them to discord

humble moss
#

like that'll do anything

solid quartz
#

And don't make us report you

humble moss
#

πŸ™„

#

close this or wtv

solid quartz
#

Not like deleting message gonna help

humble moss
#

i dont know why you care so much

solid quartz
#

<@&831776746206265384>

humble moss
#

stay mad that im saving innocent childrends credit cards from being stolen

#

becuase i hurt your feelings with a bot

solid quartz
#

And not against the rule

humble moss
#

need their IDs to do so

solid quartz
#

You can manually copy it

#

If you insist

humble moss
#

over 10k ids?

#

no thanks

solid quartz
#

Not using selfbot

balmy trenchBOT
#

:warning: The owner of this post is no longer in the server.

balmy trenchBOT
#
Python help channel closed

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.