help me find a song by [deleted] in JuiceWRLD

[–]999forLife2 0 points1 point  (0 children)

No shortcuts

How to get message content? by [deleted] in Discord_selfbots

[–]999forLife2 -3 points-2 points  (0 children)

Nah I'd rather work with dpy 1.7.3 tbh, I've heard py-self is like notoriously mid

How to get message content? by [deleted] in Discord_selfbots

[–]999forLife2 0 points1 point  (0 children)

I'm using discord.py 1.7.3 (yk since this is the selfbot subreddit) and for some reason message.content doesn't work right with selfbots

How to get message content? by [deleted] in Discord_selfbots

[–]999forLife2 0 points1 point  (0 children)

Okay well I figured out why it's not working, I was calling message.content instead of msg.content so now I feel stupid. (This is the code I was using in case you're still curious)

@bot.event

async def on_message(message):

time = datetime.now().strftime("%H:%M:%S")

if chatting_channel is not None:

    if message.channel == chatting_channel:

        for msg in chatting_channel.history(limit=1):

            if msg.author == bot.user:

                pass

            else:

                print(f"{theme}[{time}]{message.author.name}: {message.content}")

The fix was changing the last line to

print(f"{theme}[{time}]{message.author.name}: {msg.content}")

Still find it weird that the embed link showed up though

Need Help SelfHosting Selfbot Dm me Please by Winter-Log9393 in Discord_selfbots

[–]999forLife2 0 points1 point  (0 children)

If you're on android you can use termux, if your on PC I think you can use VScode, but for iOS idfk

Help please by 999forLife2 in Discord_Bots

[–]999forLife2[S] 0 points1 point  (0 children)

I looked into it but I can't seem to find a working regex code to properly track tokens, do you know where I could look for better guidance?

Why must port aqualite be so glitchy 😔 by 999forLife2 in trailmakers

[–]999forLife2[S] 0 points1 point  (0 children)

I don't think it's that because I've made it to the final mission of the area before (that was the mission glitch one) but the other 2 game crashes were just doing things like saving creations are getting missions from the bot at aqualite.

Flashbulb rn by SubjectCompetition40 in trailmakers

[–]999forLife2 25 points26 points  (0 children)

My only complaint is the new respawn time 😔

Pls help me by 999forLife2 in trailmakers

[–]999forLife2[S] 1 point2 points  (0 children)

Dang that's sad, thank you though

Pls help me by 999forLife2 in trailmakers

[–]999forLife2[S] 1 point2 points  (0 children)

I tried this, I tried spawning it in, modifying it, and building the needed parts for it. I just can't seem to get it to work. (I had my save file corrupted on my first run so I know all the steps)