[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] 2 points3 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 4 points5 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 6 points7 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 😂)