About 1,130,000 results
Open links in new tab
  1. 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 shortcuts. …

  2. How do I restrict each bot's slash commands to different channels ...

    Nov 28, 2022 · This will make it so slash commands for all bots are available inside those channels. Under server settings, navigate to "Integrations". In here, you will specify for each bot which …

  3. How to make bot status show as "Online from Mobile"

    Feb 26, 2020 · The code above modifies the browser property of the identifyProperties object. The value of the browser property should be the name of the library, according to the Discord API. We change …

  4. 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 …

  5. How to change activity of a discord.py bot? - Stack Overflow

    Dec 1, 2019 · I want to change the bot status from playing to watching. I've tried this but it's still playing status: import discord from discord.ext.commands import Bot from discord.ext import commands import

  6. 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 for every …

  7. 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 …

  8. How do I make the bot respond when someone mentions it? discord.py

    Jun 7, 2020 · How do I make the bot respond when someone mentions it? discord.py Asked 5 years, 6 months ago Modified 3 years, 9 months ago Viewed 20k times

  9. Make Discord bot send picture with message with NodeJS

    Aug 15, 2017 · Make Discord bot send picture with message with NodeJS Asked 8 years, 3 months ago Modified 4 years, 3 months ago Viewed 135k times

  10. 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.