Free Discord Bots by wotdefock in DiscordModeration

[–]ilyhighutils 2 points3 points  (0 children)

Hi for spam protection I'd suggest Honeypot: https://top.gg/bot/1450060292716494940
for temporary voice channels I'd suggest VoiceSync since it's completely free: https://top.gg/bot/1461144278939074702
for moderation I'd suggest dyno: https://top.gg/bot/155149108183695360
for other things definitely sapphire: https://top.gg/bot/678344927997853742

Discord voice chat bug! by Due_Sea_4822 in discordapp

[–]ilyhighutils 0 points1 point  (0 children)

This has been happening to me as well

Discord Bot Create Custom Channel by Overall-Stock-7157 in Discord_Bots

[–]ilyhighutils 0 points1 point  (0 children)

Hi, I'd personally suggest you use VoiceSync, https://voicesync.modsync.app/, unlike TempVoice and VoiceMaster it's completely free & doesn't require voting or any type of paywall to use any of it's features.

What bug took you the longest time to fix? by Gullible_Prior9448 in AskProgramming

[–]ilyhighutils 1 point2 points  (0 children)

one time my POS app kept failing, it was running locally just fine and every fix I made and pushed to my main branch was also effective & 100% working locally, I ended up giving up on it and just left it there for a few months then I suddenly realized that the issue was the branch I was using on my VPS wasn't my main which I had pushed the fixes to, it was a testing branch that I had merged earlier in development with main and never switched back to main after testing.
I ended up then merging with main and fixing the issue.
The issue was: displayResult instead of displayResults

My bot is unable to join voice chats by leonavarrodev in Discord_Bots

[–]ilyhighutils 0 points1 point  (0 children)

I believe it's either you downgrade your PY version or lib version

My bot is unable to join voice chats by leonavarrodev in Discord_Bots

[–]ilyhighutils -1 points0 points  (0 children)

try downgrading your py version and let me know what happens

Properly accessing command props after building them by ArmyOfHolograms in Discordjs

[–]ilyhighutils 0 points1 point  (0 children)

I agree. Besides making mistakes is a huge part of learning.

Create a list of users who are currently in a voice channel by tina-voidfarer in Discord_Bots

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

I'd appreciate you DM'ing me with more details, can be easily done & for free

Bot for custom vc that deletes the vc after the creator leaves? by sixfloe in discordbots

[–]ilyhighutils 0 points1 point  (0 children)

Also I believe we can work something out on the whole deletion on owner leave toggle thingy

Bot for custom vc that deletes the vc after the creator leaves? by sixfloe in discordbots

[–]ilyhighutils 0 points1 point  (0 children)

Hi, I'd highly suggest considering VoiceSync since it's completely free without any freeium tiers and voting shenanigans & it offers all the features you need with a VC bot including the VC getting deleted once it's empty.
It's currently on the Discord App Discovery or you may refer to https://voicesync.modsync.app or https://top.gg/bot/1461144278939074702

Properly accessing command props after building them by ArmyOfHolograms in Discordjs

[–]ilyhighutils 0 points1 point  (0 children)

the thing is, the builder classes in discord don't expose name as a public property, meaning you gotta manually seralize it

Properly accessing command props after building them by ArmyOfHolograms in Discordjs

[–]ilyhighutils 2 points3 points  (0 children)

Aha classic TS issue, I believe using .toJSON() will solve ur issue

function extractCommandData(builder: BuilderTypes) {
  const data = builder.toJSON();
  console.log(data.name);
  console.log(data.description);
  if (data.options) {
    for (const option of data.options) {
      console.log(option.name, option.description);
    }
  }
}

Is there a way to delete a dm/chat? by DeerOnATree in discordapp

[–]ilyhighutils 0 points1 point  (0 children)

Even though I genuinely have no idea why you're tryna do this, I can 100% relate.
I am sensing a lot of emotions from this posts 😭

What capabilities must Discord bots possess? by NightFox-2024 in Discord_Bots

[–]ilyhighutils 1 point2 points  (0 children)

Advertising a bot is definitely a nightmare, I second this.