
How do i make a working slash command in discord.py
Feb 17, 2022 · I am trying to make a slash command with discord.py I have tried a lot of stuff it doesn't seem to be working. Help would be appreciated.
How to make your Discord Bot always active - Stack Overflow
Oct 16, 2020 · The bot needs a computer to keep running. When you are programming and testing your bot, it's your PC which is powering it. When you close your PC or stop the bot process in the …
How can I make Discord bots display the "Bot is typing ..." status?
How can I make Discord bots display the "Bot is typing ..." status? Asked 7 years, 6 months ago Modified 4 years, 4 months ago Viewed 26k times
How can I make my Discord Bot mention someone I mentionned?
Jul 9, 2019 · 3 I just started coding a Discord bot and I have a small problem with mentioning someone. I want my bot to mention someone and say how cool he is when I mention someone on Discord in any …
How to make the bot send personalized emojis? - Stack Overflow
Sep 2, 2020 · To find that, you must send the emote in discord with a backslash in front of it; essentially escaping the emoji. This will result in the emojis unique ID in this format: <:emoji-name:emoji-id> If …
javascript - How to make Discord bot detect audio from user (s) in a ...
Jun 5, 2023 · How to make Discord bot detect audio from user (s) in a voice chat? Asked 2 years, 7 months ago Modified 2 years, 7 months ago Viewed 1k times
How to make discord.py bot execute a command of it's own?
Dec 11, 2022 · How to make discord.py bot execute a command of it's own? Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 2k times
Trying to make a discord bot that forwards channel messages
Jun 5, 2023 · Attempt number 1: Set up a new Discord bot application on the Discord Developer Portal. Invite the bot to all the important servers you want to monitor. Set up your bot using Discord.js to …
python - How do I make a bot to message every hour on discord …
Oct 30, 2021 · I want to make a python bot that sends a message to a specific discord channel every hour, I searched up online but I only got tutorials using discord bots. I want to send the message …
How can I make bot receive DM on Discord js v14? [duplicate]
Oct 4, 2022 · How can I make bot receive DM on Discord js v14? [duplicate] Asked 3 years, 3 months ago Modified 3 years, 3 months ago Viewed 11k times