Can Discord Bot have a notification SFX? - discord

I created a Discord Bot that sends a reminder for the team every hour or so. I want it to produce a new message SFX just like the tone for when someone in the channel sends a message.
Do you know if I can code a notification SFX to my Discord Bot? If yes, can you send me the link to a source code.

From my knowledge I do not think you can do that, I am not sure if it against TOS or not but yeah, if you want to do it just from the bot then no.

Related

Discord direct message limit rate

I just used discord API (discord.js) to send 45 direct messages to 45 users. Then I got this message from my developer panel:
Bot Quarantined
Your bot has been flagged by our anti-spam system for abusive behavior. While your bot is quarantined, it is unable to join any more guilds, or send any direct messages to users it has not messaged before. If you believe this to be in error, click here and select "Appeal an Action Trust and Safety took on my bot" as the Report Type to submit an appeal.
How can I fix this issue and make my bot normal again? And I want to know how to queue my direct messages for not getting ban by discord. something like 2 messages per minute or ...? Thanks

How to make a discord bot to auto send messages?

Is it possible to make a bot to automatically message people in my friends list or everyone from a specific server where i'm not an administrator? Where would i start, i know some Python but never worked with Discord bots, i was thinking this shouldn't be too hard as a first one?
I know i've received various messages / adveritsements from people on discord that i wouldn't think are admin on any server i'm on. Unless its done manually?
If you are wanting to write your own Discord bot in python, have a look at discord.py, follow the tutorial which will show you how to write simple commands and automated responses.
Is it possible to make a bot to automatically message people in my friends list or everyone from a specific server where i'm not an administrator?
You must have the required permissions to add the bot to the discord server. A role with 'regular' permissions will typically not allow you to do this. Additionally you can only have discord bots bound to a server, so a 'personal' bot that follows you around different servers is not really feasible.
I think what you're talking about is a self bot, which is against the Discord TOS and will likely get your account banned. If you want to get a bot on a Discord Server you'll have to ask an administrator.

How are discord bots online?

How are discord bots online? Is there any API call I need to do to make my bot online? I just want to use the API, I don't want to use any libraries.
As far as I know about the Discord bot, I know this is not possible.
When you make a disc bot, it looks like a member. The only difference is that a series of features such as having a bot verification and having a dedicated roll.
Discord gives you a bot token that can be used to control the bot and enter the bot. You can write a code that keeps the bot online.
This was my information about the Discord bot. I may be wrong and someone may have more accurate and useful information.

How does the Xenon Discord bot chatlog command work?

I'm asking about this Discord bot, Xenon Bot. It claims to have the ability to backup messages. How does a Discord bot backup messages...? It can't just send messages as any user. Does it create a Webhook to send the messages? I'm mildly interested here.

IFTT to Discord webhook trying to tigger other bots

im using alexa to post in to a discord via ifttt and webhooks, is it possible to get the webhook to trigger a bot like atlast.
{"content":"Party time guys, #here join voice. a!play don't stop me now"}
That is the content of the body and a!play should trigger a bot called atlas , is it possible to trigger a bot via a webhook?
Hi,
in theory, yes, you can trigger a bot from webhook. Anyway... if I understand correctly, you use alexa for your webhooks. On iftttt, you have a simpler method. Here are some videos that might help you :
https://www.youtube.com/watch?v=4LxMjo0Ov90
https://www.youtube.com/watch?v=smfglJ8jMkw
https://www.youtube.com/watch?v=KIPX9XRfRLA
Good day

Resources