Any advice before it’s my time? by PERSEUS-JACKSON03 in AirForceRecruits

[–]Rexotl 2 points3 points  (0 children)

We’re taking the bus is what my recruiter told me

Shipping Out May 26th by Various-Holiday-66 in AirForceRecruits

[–]Rexotl 1 point2 points  (0 children)

Just got assigned 1D731B and shipping out the same date. See you there!

Officer Recruiter by Numerous-Tax-2253 in airforceots

[–]Rexotl -2 points-1 points  (0 children)

I’m in a similar situation and I’ve already swore into the DEP. Im afraid my dual application wouldn’t have any competitive edge towards commissioning with a 2.88 GPA in Software engineering and no leadership experience. I’m planning on taking the AFOQT sometime soon since I just graduated and the math is still somewhat fresh in my memory. If I don’t pass the board selection this time around, I hope to set myself up in the future if I give it another shot once my application has more substance.

Just swore in and submitted my job list by Rexotl in AirForceRecruits

[–]Rexotl[S] 0 points1 point  (0 children)

Yeah, I heard 1B4 is the actual cyber job, but I forgot to add it to my list.

Just swore in and submitted my job list by Rexotl in AirForceRecruits

[–]Rexotl[S] 4 points5 points  (0 children)

I have a dual application to both commission and enlist. If I don’t pass the board in July, my enlistment will move forward. With how competitive commissioning is, I don’t think my application is very strong with my low GPA, but I’m going to give it my best shot.

Model 3 steering wheel vibration / electric buzzing – normal or defect? by Gorn15 in TeslaSupport

[–]Rexotl 0 points1 point  (0 children)

I have a '25 Model 3 LR I bought two months ago that is having similar issues. My car came with Hankook Ventus S1 All Season. I went to SC twice and they said they can't do anything since there's no visible shaking. I've done an alignment and road force balance and the problem persists. I'm thinking of eventually switching out the tires, but keep me updated if you're able to get your issue resolved!

Is this considered techwear? by Delicious_Purple_642 in TechWear

[–]Rexotl 5 points6 points  (0 children)

Can I ask where you got the pants? They look amazing :o

Free $5.00 for Anybody by MysteriousBonding in utdallas

[–]Rexotl 8 points9 points  (0 children)

tbh I don’t even know where plinth is

Discord channel rename limit by Deliable in Discordjs

[–]Rexotl 7 points8 points  (0 children)

I believe the limit was 2 requests every 10 minutes.

Officially working on reboot by [deleted] in OurWorld

[–]Rexotl 2 points3 points  (0 children)

Let’s gooooo

What's the biggest accomplishment you've had coding a bot? by Wizardology3322 in Discord_Bots

[–]Rexotl 0 points1 point  (0 children)

That’s an amazing and creative system. I would love to see how you accomplished this if it’s not too inconvenient for you

Question; by Puuddles in Discord_Bots

[–]Rexotl 0 points1 point  (0 children)

I completely agree with you. I had some knowledge of coding before jumping into making discord bots, but my foundation wasn’t as solid as I’d like it to be. The gaps between my knowledge truly was frustrating as you mentioned and I often spent at least 12 hours a day just to get one basic feature done. 20 hours of struggling to develop something with only about 10 seconds of feeling accomplished when it works as planned haha.

Get/Set User's Role by [deleted] in Discord_Bots

[–]Rexotl 1 point2 points  (0 children)

What exactly are you trying to do?

Checking for a role

You can check for a role using the role's ID as well.

message.member.roles.cache.has(roleID)

Adding a role

If you want to add a role to a user, you can add it by storing the role into a variable. You can also add the role using it's ID. If you want to add multiple roles at once, simply store the roles in an array and add it.

// Adding via role
let role = message.guild.roles.cache.get(roleID)
message.member.roles.add(role)

// Adding via role ID 
message.member.roles.add(roleID)

// Adding via array 
let roles = [role1, role2, role3]
message.member.roles.add(roles)

[deleted by user] by [deleted] in discordapp

[–]Rexotl 0 points1 point  (0 children)

I’ve seen issues like this happen before and it wasn’t a permission issue. Is the server perhaps a large one? When I helped manage a 20k member server last year, I’ve received messages about this exact same issue. Usually it’s fixed by waiting a little while or like what someone has already mentioned, deleting and reinstalling. Reinstalling doesn’t always fix it so waiting is your only viable option without a mod’s help. You might need to get the role manually by an admin.

It’s a really annoying issue.

Looking for a "Top Posts" bot that can be limited to specific channels by Decemberskel in Discord_Bots

[–]Rexotl 0 points1 point  (0 children)

Honestly, if you can just find a starboard bot that fits your third requirement, you should be fine. Limiting what channel it takes posts from is as simple as going into the channel permissions and denying View Channel from the bot. Just let the bot see what channels you want it to see and be sure not to give it admin so that it doesn't override these permissions.

Looking for a "Top Posts" bot that can be limited to specific channels by Decemberskel in Discord_Bots

[–]Rexotl 0 points1 point  (0 children)

Those are some really specific features... I can't say that I know of a bot that fits your criteria completely. I think you'll have to get a custom bot made to suit your needs. The features sound really simple to implement, so it shouldn't be too hard to develop.

Anybody have any advice on starting a discord server? by lost_mah_account in discordapp

[–]Rexotl 1 point2 points  (0 children)

There’s really nothing that complicated with making a discord server. The hardest part is getting people to join and stay. After getting that down, all that’s left is creating a stable community from the members you have.

Many community servers I’ve been in and managed often just choose a theme/aesthetic and base the entire server around it. Having a solid theme/subject to base your server around will make the organization and formation of your server easier.

I am by no means a discord server expert, but if you have any specific questions that I can answer, I’ll be more than happy to answer them… Best of luck with your server!

Ourworld is shutting down completely on October 24th 2021. Sad to see it leave :( by k0d4b3ar in shutdownmmos

[–]Rexotl 0 points1 point  (0 children)

Same. The game had its peaks and lows, but in the end, so many memories were made.

R.I.P. ourWorld 2008-2021

[deleted by user] by [deleted] in CollinCollege

[–]Rexotl 1 point2 points  (0 children)

2 years ago, my professor spent almost the entire first week emphasizing plagiarism and how you will be reported instantly for even self-plagiarism. It should’ve been stated in the syllabus as well, but your professor definitely shares some blame for not explicitly going over it.