Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged discord.py

0 votes
1.3k views
1 answer
    So today, all of a sudden, my Discord Selfbot stopped working. It has been running for weeks without any ... changed the API for everyone. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
988 views
1 answer
    I'm trying to build a discord music bot and am using youtube_dl for downloading the songs. I want to ... /stackoverflow.com/questions/65829739/python-youtube-dl-change-output-name...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm creating a bot that allows users to create embedded messages. Here is a command that I am working with: @bot ... -a-discord-bot-that-creates-embeds-which-contain-previews-of-vi...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have been trying to make a discord bot where you can run a command saying p.patronify and it will ... ://stackoverflow.com/questions/65853184/discord-profile-picture-editor-py...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to make a withdraw command in by economy bot, but python won't let me use "with" as the name. I ... -a-withdraw-command-but-discord-wont-let-me-use-with-as-the-command...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    So I'm trying to make a share coins command, and I want to format it like this: !share [amount of coins] [member] ... -a-share-command-for-my-economy-bot-but-it-wont-let-me-forma...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I'm trying to make it so that whenever the bot sends an embed, the color for it is random. Here's my code: colors ... -bot-in-python-how-do-i-make-an-embed-have-a-random-color...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I created this Economy category for my bot which currently has 2 commands. Balance and Transfer. I am trying to add a work ... -i-make-a-work-command-pycharm-2020-3-2-python-3-9...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    So I'm making an afk command, and I want to store everything I type after !afk into the reason, instead of having to ... text-after-the-name-of-my-command-and-the-prefix-into-a-var...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm adding a music feature to my bot so that it can play songs from youtube. So far the bot can ... stackoverflow.com/questions/65874029/discord-music-bot-im-python-adding-a-queue...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm making an 8ball command, but python won't let me add a number to the command. What I want to make: @client. ... 8ball-command-but-python-wont-let-me-add-a-number-to-the-command...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
993 views
1 answer
    I am trying to do a repeat command with this code: import discord from discord.ext import commands ... .com/questions/65892988/having-problem-with-message-sending-command...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    i am trying to find out how to delete every role in a server. I cant find anything on it on the internet, so ... .com/questions/65905096/how-do-i-delete-every-role-in-a-server...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    I need help, I want to make a bot viewer for ebay, but I disagree. This consists in using the command ... from:https://stackoverflow.com/questions/65909158/python-ebay-bot-viewer...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.4k views
1 answer
    Good afternoon! I am new to Python , and I am working on a discord bot. I keep suffering from ... /questions/65917366/python-attributeerror-client-object-has-no-attribute-command...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to make my bot automatically send an image to a channel every ten minutes. Here's my code: def job(): ... -discord-bot-in-python-how-do-i-make-it-automatically-send-message...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am creating a bot command that allows the user to create nice looking embeds on the server. @bot.command( ... -a-discord-bot-command-that-responds-with-multiple-embed-fields...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Here's the code: @bot.command() async def test(ctx): for member in ctx.message.guild.members: print(member.name ... .com/questions/65925156/how-to-print-a-list-of-guild-members...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I've been troubleshooting this thing for days and this is the last straw. Reaction_add only works if I do ... /65927848/discord-reaction-add-doesnt-work-in-direct-message-channel...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I was trying to make my code a little cleaner by using cogs but it doesn't seem to work. When I do ... from:https://stackoverflow.com/questions/65929468/command-not-found-in-cogs...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
982 views
1 answer
    Closed. This question needs to be more focused. It is not currently accepting answers. question from:https://stackoverflow.com/ ... -bot-in-python-how-do-i-make-the-bot-run-faster...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
966 views
1 answer
    I've been trying to host my bot on Heroku, (followed this tutorial: https://youtu.be/BPvg9bndP1U). Everything appears ... -bot-in-python-having-some-trouble-hosting-my-bot-on-herok...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    I'm making a pls search type of command, but I don't know how to make the bot say something like "You found ... stop-make-a-discord-bot-ask-something-and-then-when-i-type-something...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm making a currency bot but I can't seem to figure out how to do something like: [prefix] deposit all/[prefix] withdraw ... -a-kind-of-pls-dep-all-or-pls-dep-max-kind-of-thing...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
901 views
1 answer
    I have seen a lot of things about cogs but I never understood if the cogs are supposed to be in the same code ... .com/questions/65560238/are-cogs-supposed-to-be-in-the-same-code...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    So I made this code for sending embed messages, if you write 000000 it will make the embed black, but ... //stackoverflow.com/questions/65642889/discord-bot-set-embed-message-color...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    i have been trying to figure out how to delete every channel in an event for fun. Does anyone know how to do ... questions/65647229/how-do-i-delete-every-text-channel-with-an-event...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
972 views
1 answer
    I have this code which I tried making to have my bot status saying how many servers he is in. But there is an ... /65651290/why-isnt-my-status-code-working-on-pycharm-python-3-8...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...