
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, …
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 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 …
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 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 …
python - Discord Bot Role Mentioning - Stack Overflow
Aug 27, 2018 · 26 I am making simple Discord bot for my server, because part of one bot doesn't work. But, that bot needs to tag people from one role (let's say that role is "Moderator"). I …
How to make a Discord Bot play YouTube Audio - Stack Overflow
May 9, 2019 · 5 I'm a high school student making a Discord bot as a final project, and I'm having issues finding a working tutorial or baseline for playing YouTube audio in Discordpy Rewrite. If …
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 …
python 3.x - Discord.py Bot keeps reconnected and disconnecting …
Jun 12, 2025 · Discord.py Bot keeps reconnected and disconnecting from voice channels Asked 8 months ago Modified 7 months ago Viewed 2k 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 …