Discord.py Discord.py Rewrite Python Python 3.x Can I Safely Ignore These Errors? August 06, 2024 Post a Comment @client.event async def on_message_edit(before, after): channel = client.get_channel (649024513… Read more Can I Safely Ignore These Errors?
Discord.py Rewrite Json Python Python 3.x How Would I Delete Something From A Json File June 16, 2024 Post a Comment I'm not sure how to delete something from a .json file I've tryed looking it up and it sti… Read more How Would I Delete Something From A Json File
Discord.py Discord.py Rewrite Python Discord.py Commands.when_mentioned Not Working With Custom Prefix May 09, 2024 Post a Comment What I'm trying to do: If someone doesn't know the prefix, they can mention the bot and use… Read more Discord.py Commands.when_mentioned Not Working With Custom Prefix
Discord.py Discord.py Rewrite Heroku Python How To Install Discord.py-rewrite Dependency On Heroku For Discord Bot Hosting? April 18, 2024 Post a Comment I'm trying to deploy my discord.py bot on Heroku using my GitHub master branch, but have been u… Read more How To Install Discord.py-rewrite Dependency On Heroku For Discord Bot Hosting?
Discord Discord.py Discord.py Rewrite Python 3.x How Do I Make A Proper "nuke" Command Discord.py April 16, 2024 Post a Comment Okay i want to make a 'nuke' command that basically saves the old name, topic and permissio… Read more How Do I Make A Proper "nuke" Command Discord.py
Discord.py Rewrite Python 3.x Reaction Handling In Discord.py Rewrite Commands March 26, 2024 Post a Comment Is there a way to capture a reaction from a command. I have made a command that deletes a channel b… Read more Reaction Handling In Discord.py Rewrite Commands
Discord Discord.py Discord.py Rewrite Python Discordpy Tasks Not Working As Expected. No Returning March 26, 2024 Post a Comment @tasks.loop(seconds = 5.0) async def remind420(self): print('YES') print(datetime.n… Read more Discordpy Tasks Not Working As Expected. No Returning
Discord Discord.py Discord.py Rewrite Python How Can I Automatically Split A List Up Based On A Given Requirement? February 27, 2024 Post a Comment On Discord, you can only have messages of character length 2000 or under. I am trying to append the… Read more How Can I Automatically Split A List Up Based On A Given Requirement?
Discord Discord.py Discord.py Rewrite Python Python 3.x Remove 'command Not Found' Error Discord.py February 09, 2024 Post a Comment In a discord.py rewrite bot, if someone types the bots prefix and then any text after it, if the te… Read more Remove 'command Not Found' Error Discord.py
Discord Discord.py Discord.py Rewrite Python Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite] February 03, 2024 Post a Comment I recently built a simple command to test the format of custom emoji's and animated emoji's… Read more Custom Emoji's And Animated Emoji's Not Working [discord.py-rewrite]
Discord Discord.py Discord.py Rewrite Python Python 3.x How Does Is_owner Works? January 23, 2024 Post a Comment So i am trying to add dev only commands me and my devs get confused on doing this as we need the is… Read more How Does Is_owner Works?
Discord.py Discord.py Rewrite Python Python 3.x Python - Is It Possible To Wait_for One Event Or Another In Discord.py-v1.0? December 12, 2023 Post a Comment Is there any to use wait_for in such a way that it will wait for either reaction_add or reaction_re… Read more Python - Is It Possible To Wait_for One Event Or Another In Discord.py-v1.0?
Discord.py Discord.py Rewrite Python Python 3.x Python Asyncio Is It Possible To Put An Async Function As A Callable Argument? October 27, 2023 Post a Comment I'm coding a music bot for my server, and I need to disconnect (a coroutine) when the queue is … Read more Is It Possible To Put An Async Function As A Callable Argument?
Discord Discord.py Discord.py Rewrite Pycharm Python My On_member_join Event Is Not Working, I Tried Intents But It Gives This Error June 26, 2023 Post a Comment st recent call last): File 'randomgg.py', line 1271, in \u003cmodule\u003e client.run(token… Read more My On_member_join Event Is Not Working, I Tried Intents But It Gives This Error
Bots Discord Discord.py Discord.py Rewrite Python Kick Command Is Giving Errors January 14, 2023 Post a Comment My kick command is below: @bot.command() async def kick(ctx, member: discord.Member, *,reason… Read more Kick Command Is Giving Errors
Discord.py Discord.py Rewrite Python Discord.py Commands.when_mentioned Not Working With Custom Prefix June 18, 2022 Post a Comment What I'm trying to do: If someone doesn't know the prefix, they can mention the bot and use… Read more Discord.py Commands.when_mentioned Not Working With Custom Prefix