About 767,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 …

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

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

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

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

  6. How do I make the bot respond when someone mentions it?

    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

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

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

  9. How can you make a "say" command on discord.js? - Stack Overflow

    Mar 22, 2021 · I've been making a discord bot recently with a few features, this bot has an advanced command handler and i was wondering how to make a command where the bot …

  10. 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, 2 months ago Viewed 135k times