About 50 results
Open links in new tab
  1. 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.

  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 process in the …

  3. How do I mention a user in discord.py? - Stack Overflow

    May 14, 2017 · I'm trying to code a simple bot using discord.py, so I started with the fun commands to get familiar with the library. import discord client = discord.Client() @client.event async def …

  4. discord.errors.Forbidden: 403 FORBIDDEN (error code: 50013): Missing ...

    Jun 30, 2019 · In my own servers, the bot seemed to work flawlessly, but a certain user tried using the bot on his own server and the error discord.errors.Forbidden: 403 FORBIDDEN (error code: 50013): …

  5. how do i run this .py code for a discord bot? - Stack Overflow

    May 5, 2022 · This code isnt mine btw. I was trying to code a discord bot for the heck of it, i did basic stuff like it will respond to certain pieces of text in a channel, but i wanted to add mod stuff bc why n...

  6. Restart a Discord Bot - Stack Overflow

    Jul 3, 2020 · I have created a Discord bot then started it already without commands, I have to restart it because I edited the codes with commands, how do you restart it with the terminal in Visual Studio …

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

  8. How can I send an embed via my Discord bot, w/python?

    Jul 1, 2017 · I've been working on a Discord bot, and I'd like to make things more custom. I've been trying to make the bot send embeds, instead of normal messages. embed = …

  9. How can I get user input in a python discord bot?

    Jun 14, 2020 · I have a python discord bot and I need it to get user input after a command, how can I do this? I am new to python and making discord bots. Here is my code: import discord, datetime, time …

  10. 403 Forbidden (error code: 50001): Missing Access when adding role ...

    Aug 7, 2020 · Apparently, if the Discord server your Bot / integration mandates multi-factor authentication, the developer account associated with your Bot MUST have MFA enabled. I enabled …