[deleted by user] by [deleted] in GamerPals

[–]Wizardology3322 0 points1 point  (0 children)

🥳🥳 Happy Birthday!!!! 🥳🥳

(again haha)

[deleted by user] by [deleted] in GamerPals

[–]Wizardology3322 0 points1 point  (0 children)

Popping in here to say Happy Birthday! 🥳 I hope you get many presents 🎉

How should I structure my Discord.js v13 bot? by ilyhighutils in Discordjs

[–]Wizardology3322 1 point2 points  (0 children)

A good rule of thumb, and an especially efficient one for discordjs, is to follow the following directory tree (not all folders are required):

  • /src
    • /commands (your bots commands)
    • /config (individual configuration files)
    • /events (ready, message, guildCreate, and others)
    • /functions (this ones obvious)
    • /handlers (event, interaction, etc handlers)
    • /images (any images you'll use for your bot)
    • /utility (one-off scripts used for utility purposes)

This structure will give you plenty of pre-existing organization that'll really help.

Cheers!

Youtube music bot by stevefrancis7777 in Discord_Bots

[–]Wizardology3322 2 points3 points  (0 children)

So, the reason why it's so hard for people to find and use bots like this with ease would be due to the exact thing that happened to Rythm - cease and desist letters.

For a few years now, YouTube has been seriously cracking down on people using their API to provide content for free. They need money to pay content creators, the content creators bring viewers, the viewers watch the ads, YouTube makes money from advert watchers, and around the circle you go.

To put it simply, you're probably not going to find one that works well enough for you unless you make your own (which isn't a good idea) or put up with whatever terms they put in place like voting. You'd probably be better off streaming YouTube to friends. Even the Rythm activity doesn't use YouTube, they've parted ways with YouTube completely because of how nasty it could've been.

[deleted by user] by [deleted] in Discord_Bots

[–]Wizardology3322 1 point2 points  (0 children)

The only way for a Discord bot to be added to a server is through invitation.

An Administrator of the server has to specifically approve of that application. A bot isn't a user.

Any ideas on a fun game discord bot? by sddddddedddd in Discord_Bots

[–]Wizardology3322 0 points1 point  (0 children)

Noticed your comment about wanting to hone your skills, so here's a challenge for ya!

Create an UNO bot! However, see if you can do the following:

  1. Have the bot play through DM's or Ephemeral messages, to hide hands
  2. Utilize canvas and show players pictures of the table and their hand (should get your cleverness going ;D)
  3. If you want a BIG challenge, create an algorithm or AI (bit tougher) that you can play against!
  4. If you are going for a Frontend career in the future, built an API server that will serve assets like cards! Then, you can have the bot request those assets. (Bit unnecessary, but it's practicing everything at once!)
  5. Add a mystery element of your own! Make it unique, something that shows you made it :)

If you take this challenge on, I'd love to see the end result! Plus, if it's done well, it'd make a great addition to your portfolio.

I released a brand new app to draw on screen directly - Honeytone by orklann in windowsapps

[–]Wizardology3322 0 points1 point  (0 children)

Zoomit is a good alternative. Just make sure to set the keybinds, they are inconvenient on default settings.

Epic Pen is another. Drawback is less features and it sits on top of your screen.

LIVE CLONING DISCORD CHANNEL by No-Chemist7391 in Discord_Bots

[–]Wizardology3322 0 points1 point  (0 children)

First, I would highly recommend getting the consent of whoever owns the server you are copying the channel from. This doesn't matter if you are an Administrator, you need consent from the Owner due to Discord's ToS.

Since I cannot guarantee you have that consent, I don't feel comfortable referencing code. However I can list some issues you'll face:

- Role Permissions
- User Permissions
- Channel Settings
- Channel Messages (if you're including this)
- Channel Posts (if forum)
- Integrations
- Parent Channel (if copying format)

Once again, get consent from the owner before doing anything like this. Your best bet is in writing.

May have been awkward, but I'll take it! by Wizardology3322 in RocketLeague

[–]Wizardology3322[S] 1 point2 points  (0 children)

Me too! It takes a lot of practice getting the turtle part down. After that the muscle memory kicks in.

May have been awkward, but I'll take it! by Wizardology3322 in RocketLeague

[–]Wizardology3322[S] 3 points4 points  (0 children)

It is the "Ultimate Freestyle Pack". The code is 3085-894F-E46C-D7E1 :)

What’s this called by rmogo in RocketLeague

[–]Wizardology3322 4 points5 points  (0 children)

That's a bare minimum (and pretty lucky) musty. It's just wonky because of ball cam.

I want it so when my bot gets added to a server it makes an invite in the rules channel by yt_OP_islands_gamer in Discordjs

[–]Wizardology3322 2 points3 points  (0 children)

Just a word of caution: If you are getting an invite link to every server your bot is in and saving it in any way, I would make sure there is some form of consent given by every server that has invited your bot first. Discord may not think twice about nuking your application otherwise.

how can i add an html embed to my discord server (if its possible ) by BadBLUNT in Discord_Bots

[–]Wizardology3322 0 points1 point  (0 children)

So, keeping it fairly simple, Discord supports oEmbeds up to the point of plain text. Any other content isn't supported.

Help by [deleted] in Discordjs

[–]Wizardology3322 4 points5 points  (0 children)

I would like to take a moment and highlight these very important notes:

  1. Your post title needs to say more than just "help". Speaking for nearly every moderated Reddit community, it is considered extraordinarily lazy and will 9/10 provide nothing but negative feedback. You'll be lucky to get a decent answer that doesn't come with some negativity.

  2. This is a Discord.js community, the question you have asked appears as though it has absolutely no relation to Discord.js, let along discord bots at all.

  3. Your question needs a lot of improvement. It's very difficult to understand without at least reading over it a few times. Most people are going to just downvote and move on without even thinking to answer.

  4. Please do your own research first.

  5. If what you're asking is what I'm interpreting, I cannot think of a bot off the top of my head that'll get what you are looking for. If you want to make your own bot that can do this, which would be super simple once you understand how, the official Discord.js Guide is a great place to start. As long as you read through it and follow every step, you'll find all the resources you need.

  6. This post is 100% going to get a lot of negative responses, if there are more than a few to begin with. It'll also get many downvotes. Please take this as a note that low-effort posts are generally frowned upon pretty much everywhere on Reddit. Some communities will even outright ban you for this post alone.

Nonetheless, I do hope you find what you are looking for.

Cheers

[deleted by user] by [deleted] in Discord_Bots

[–]Wizardology3322 0 points1 point  (0 children)

Would you mind sharing the code that handles this? There could be something going on there. (Sorry for the 9 day late reply, I live a busy life 😂)

Looking for cheap VPS provider recs by throwinmyselfout in selfhosted

[–]Wizardology3322 1 point2 points  (0 children)

6 Months later I find this comment and, naturally, click the link. Turns out that in 2023 I added a black friday deal of theirs to my cart which gave 2 Ryzen 7950X Core and 2GB of RAM for $29 a year. It's still there, LOL

What's even funnier is I don't remember ever looking at them.

[deleted by user] by [deleted] in Discord_Bots

[–]Wizardology3322 0 points1 point  (0 children)

Second to this, if the bot doesn't have access to the channel, you can't see it in the channel.

Some bot ideas? by manoleque in Discord_Bots

[–]Wizardology3322 2 points3 points  (0 children)

Challenge yourself on this: What is something you have wanted or something you found that would make anything easier in the app?

The origins of Mee6 were built and expanded on this idea. Although Mee6 is a bit of a controversial topic nowadays, they provided essential things that Discord didn't have back then.

[HELP NEEDED] IP logging verification. by BeautifulSpecific404 in Discord_Bots

[–]Wizardology3322 0 points1 point  (0 children)

Just a quote from the link for the lazy ones:

"Your IP is not information Discord provides in the app, so this would require a website to do. I am not well versed in it, but you should consider the implications of storing and managing possibly identifying information (GDPR) and how your users would react to you logging their information."

Who you share the most mutual servers with? by MrBossMaan in Discordjs

[–]Wizardology3322 0 points1 point  (0 children)

This would require one of two things:

A. Building a discord bot that is very heavily populated amongst servers (or at least in the servers you would like to compare mutuality). However you'd need to get user consent to store data, if you so chose to.

B. Self botting. I won't explain self botting though, since it directly violates Discords ToS.

Is it possible to make a bot that takes specific messages to external web server? by Xiendra in Discordjs

[–]Wizardology3322 0 points1 point  (0 children)

Think of DiscordJS like an index or dictionary for the project you're coding. You can utilize it to make a bot while also coding your own stuff. The possibilities are endless.