
What do you need to create a Discord bot? : r/Discord_Bots - Reddit
Apr 22, 2024 · In other words, learning programming and making a Discord bot is a great goal, but I would not make it my first project and, further, I would strongly advise not taking any …
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 do you make a Discord bot reply to a certain message?
Jun 17, 2023 · I'm trying to make the bot reply to a message. You can send the message ID to the bot and the bot saves the message ID as a variable, then replies to the correct message using …
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 …
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, 5 months ago Modified 4 years, 3 months ago Viewed 26k times
How to change activity of a discord.py bot? - Stack Overflow
Dec 1, 2019 · 27 Reminder for everyone, DO NOT change_presence (or make API calls) in on_ready within your Bot or Client. Discord has a high chance to completely disconnect you …
How do I make my discord bot auto respond to a message?
Sep 24, 2020 · How do I make my discord bot auto respond to a message? Asked 5 years, 2 months ago Modified 5 years, 2 months ago Viewed 12k times
How to make a Discord bot? (TLDR Edition) : r/discordapp - Reddit
To make sure your bot works 24/7 (if you need that), you will need a hosting service that will run the bot for you. Here's the bare-minimum code in JavaScript with Discord.io to get your bot …
A .NET/C# Guide to making a Discord Bot : r/discordapp - Reddit
Apr 19, 2023 · Overall, creating a Discord Bot is a lot of work and hopefully this guide will help you get started and the Scaffolding project will mean you don't have to do of the boilerplate code …
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 …