
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.
python - Reply to a message discord.py - Stack Overflow
Dec 14, 2020 · I want to make my bot react to a users message when they type a certain sentence. My code to reply:
I want to let my Discord Bot send images/gifs - Stack Overflow
Apr 18, 2021 · I've been trying every bit of code I find that might work but either the command doesn't load (it says the bot is typing and then stops) or just the bot itself doesn't work. I'm using Python.
Python - DM a User Discord Bot - Stack Overflow
Sep 15, 2018 · 3 I'm working on a User Discord Bot in Python .If the bot owner types !DM @user then the bot will DM the user that was mentioned by the owner.
python - Making a say command in discord.py - Stack Overflow
Mar 23, 2021 · I want to make a simple say command in discord.py (ex.!say something - the bot says "something" and deletes the command message) but every code I found doesn't work for me.
python - How can I make Discord bots display the "Bot is typing ...
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 · 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
How do I make my discord.py bot use custom emoji?
Aug 23, 2018 · 0 As we know, every discord bot has nitro privileges when it comes to using emotes. So a bot can access any emoji for all servers it has been added to. What I do is make an API converter …
How can I send an embed via my Discord bot, w/python?
Jul 1, 2017 · 24 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.
python - How do I send a DM (direct message) using discord.py to …
Someone asked me to make a bot for him that sends a DM to anyone he specifies through a command, like *send_dm @Jess#6461 hello. I've searched a lot and I came across this code: async def …