IFTT to Discord webhook trying to tigger other bots - discord

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

Related

No discord bot status

How can I make a discord bot have no status like not be in online, idle, invisible, do not disturb just no status some bots have that and I'm curious how its done my bots also in discord.js
I keep trying multiple times but it doesn't work I also can't find any way in the guides to do this.
These bots run through the application webhook and do not connect through the main Discord gateway. You must therefore respond to slash commands or other interactions exclusively through the application webhook - note that this excludes the events from being sent to the gateway. If your bot responds to events such as messages, reactions, or members joining, you have to set your status to offline.
See the following tutorial from the Discord API docs: https://github.com/discord/discord-api-docs/blob/main/docs/tutorials/Hosting_on_Cloudflare_Workers.md

How can my discord bot filter who can send me a DM?

Is this possible with the discord.js API to enable my custom bot to filter all direct messages and reject some from members that doesn't have a specific role even if they are in my friend list or in the same guilds ?
If I understand correctly you want the bot to block certain users from sending you DMs?
If so, then it's not possible.
Bots do not have access to your DMs with other people, nor are they able to emit an event when someone DMs you.
The discord API does not provide such functionality and it will probably never do.

Can Discord Bot have a notification SFX?

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.

Kik bot able to join a group

I've been playing with the REST API for writing kik bots and it seems very straightforward to do powerful things.
The kik bot I'm familiar with is RAGE, and that has a feature that when talking to it you send it 'friend' command and it responds by being your friend, which makes it able to be invited into a group you're in.
My question is, what API call is being made by the bot when it receives a 'friend' command. My test bot can't be invited to a group and I'd like it to be able to.
Feels like I'm missing a bunch of logic but not sure what - anyone assist?
Rage bot does not use official kik api Rage bot is not a bot account from kik, It's an user account. Hence It's a self bot. There is an open source python library that allows you to turn an user account into a Bot and Rage bot uses that exact same api you can find the github page here

Is there a change log subscription for Telegram Bot API?

I want to get Telegram Bot API changes in my email inbox instead of checking its website. Is it possible?
Best solution here is to code your custom script that scrapes the documentation page and provides you updates.
Join also the #BotNews official channel for updates.

Resources