any way to change DM name? discord js 12 - discord

I have a DM with friends and we have a war going on right now. Can i change DM name using bot on discord js 12?

This would involve selfbotting, which is not supported by the discord.js library as it is against Discord TOS.

Related

Is it possible to create a discord bot with no discord bot tag?

so I have this question. Is it possible to create a discord bot that can be runned, but doesn't have the [Bot] tag after the name? Just curious.
You can but it's not allowed. All official Discord bots will have the bot tag. It's possible to create a userbot with a user token, and this would not have the bot tag. However, selfbots go against Discord TOS
You can probably make code that controls a discord acc. Like you log in and the "bot" can auto type stuff if certain words are detected in the html code.

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.

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.

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