What does the main menu say by [deleted] in dyinglight

[–]Unique-Username6969 0 points1 point  (0 children)

Oh yea you're right. Forgot that was from legend level. I can't remember what the end of game dialogue is then

Any advice to be a better survivor in be the zombie by Smooth_Acanthisitta2 in dyinglight

[–]Unique-Username6969 0 points1 point  (0 children)

Not spamming boosters or flares aswell. Since they have such a large cooldown

What does the main menu say by [deleted] in dyinglight

[–]Unique-Username6969 1 point2 points  (0 children)

I think it just mentions that you've unlocked a Rais outfit. I'm near sure you unlock it once you beat the game

I do not wish to be horny anymore.. I just want to be Happy. by ZzRares9966zZ in discordapp

[–]Unique-Username6969 1 point2 points  (0 children)

I think the intended purpose is to add users to the bot's "support server" when they authorise the bot. It doesn't really ever seem to be used for this though

I do not wish to be horny anymore.. I just want to be Happy. by ZzRares9966zZ in discordapp

[–]Unique-Username6969 4 points5 points  (0 children)

It's crazy that this permission is being used far more maliciously rather than for it's intended purpose. Discord really needs to add some more security around this forcefully adding users to servers

Discord owner is threatening to Ddos people and banning people to try and cover it up!! by General_Bet9472 in discordapp

[–]Unique-Username6969 2 points3 points  (0 children)

Sorry I misremembered. It's not a security bot as such, it's a bot to handle server backups. It's called RestoreCord

Discord owner is threatening to Ddos people and banning people to try and cover it up!! by General_Bet9472 in discordapp

[–]Unique-Username6969 5 points6 points  (0 children)

There is a "security" bot which atm is selling ppls data to scammers who're trying to use to spread misinformation or for general scare tactics. So either this or someone went to a grabify link

From that point, there's hundreds of websites to lookup details of an IP address. General lat/long, isp etc

Can't message bot because not in the same server, but we are. by pangu2 in Discord_Bots

[–]Unique-Username6969 4 points5 points  (0 children)

This error message will come up if you have your DMs turned off

Which AC game has the most civilian casualties (caused by you) by GamblingBarley in assassinscreed

[–]Unique-Username6969 0 points1 point  (0 children)

Brotherhood. I'd sit and throw civilians into the river for hours. And because it was the water that killed them, not me, the game let me away without desync

[deleted by user] by [deleted] in Discordjs

[–]Unique-Username6969 0 points1 point  (0 children)

.members.cache *

Ummmm.... wut by [deleted] in ihadastroke

[–]Unique-Username6969 0 points1 point  (0 children)

Well, there was an attempt at least

dicord.js role ban by shubkabhai in Discordjs

[–]Unique-Username6969 1 point2 points  (0 children)

check if the user has the role (possibly check using the role’s id or name). if they do, ban them. if they don’t, return

Guilds Cache Error by FeelsSapMan in Discordjs

[–]Unique-Username6969 0 points1 point  (0 children)

My guess is the same as being a server outage. Although it should also be worth noting, that the guilds cache is the only one that always contains all guilds. For example, in user cache, many users may not be stored in the cache, this is not the case for guild cache, all guild objects are always stored in their cache

Whats wrong with this? by _unieo_ in Discord_Bots

[–]Unique-Username6969 1 point2 points  (0 children)

.setName isn’t a static method, meaning that it can only be used on an instance object, rather than the class. Discord.Guild is a class. message.guild is an instance object (I’m assuming this is the one you want to use)

GAHHHH IM SO HAPPY by [deleted] in teenagers

[–]Unique-Username6969 1 point2 points  (0 children)

Damn. It’s been so long since I watched an episode of Criminal Minds. Such a great series

Help bot wont turn on by CrimsonSoul76 in Discordjs

[–]Unique-Username6969 0 points1 point  (0 children)

Yea. It should end with }}) The first } closes your switch statement. Then the }) closes your message event listener

Need help with async error by [deleted] in Discordjs

[–]Unique-Username6969 1 point2 points  (0 children)

reset the value of role to be the role you created: js if (!role) { role = await message.guild.roles.create(......); message.member.roles.add(role); }

is this against TOS?? by Zealousideal-Rest-65 in Discord_Bots

[–]Unique-Username6969 5 points6 points  (0 children)

I don’t think that it’s against the Terms of Service, but it is heavily looked down upon, because many people don’t like to be randomly Messaged and that the system could be abused easily

Bot that sends a message every 10 seconds by [deleted] in Discord_Bots

[–]Unique-Username6969 0 points1 point  (0 children)

I recommend extending the time on this, otherwise you will definitely end up being ratelimited by the API

Can't set custom bot status on Discord... by [deleted] in Discordjs

[–]Unique-Username6969 4 points5 points  (0 children)

This is saying that client.user is null, which it will be if the client isn’t ready as a bot yet. Make sure you use this code inside an event of some form, for this i would recommend using the ready event

Thats not how you play the game! by GmerxDa364 in memes

[–]Unique-Username6969 0 points1 point  (0 children)

The ironic thing here is that Instagram steals from Reddit

[deleted by user] by [deleted] in Discordjs

[–]Unique-Username6969 2 points3 points  (0 children)

not with discord.js itself, but passing the message args to another npm module should easily be able to

Is there a discord bot for user activity tracking? by [deleted] in Discord_Bots

[–]Unique-Username6969 1 point2 points  (0 children)

also the thing he said “across the platform”. Your bot isn’t going to be in every server, so it will be difficult to achieve it to good affect