-
### Summary
Using `mypy --strict` with Pycord seems to cause severe type checking issues
### Reproduction Steps
1. Create a virtual environment
2. Run `pip install mypy py-cord`
4. Create a file …
-
Hello,
Since last week my bot is unable to detect that it has connected to the voice channel. When I execute the respective command, the bot joins the voice channel but halts for 30 seconds. After th…
-
When calling torrents_add function and passing a torrent file in bytes, I get this error. This is being implemented into a discord bot hence the discord.py code. The commented code in the try except b…
-
### Summary
Regardless of type sent, autocomplete forces and expects the type of the value to be Int53
### Reproduction Steps
Created an autocomplete function for a hybrid command.
Set value…
-
# Python Discord Bot 基礎教學 | SmallShawn95's Home
這是一篇使用 discord.py 模組開發的 Discord Bot 基礎教學文章。剛接觸程式的新手也能簡單製作一臺屬於自己的 Discord Bot,跟著此篇教學步驟能夠讓 Discord Bot 回覆簡單訊息。
[http://smallshawn95.github.io/python_dis…
-
The GitHub REST API implementation `gitscribe/apis/github.py` and the Discord Bot `gitscribe/_discord.py` are all currently implemented in a functional programming paradigm. Although a welcoming point…
-
Upon sending the message command to the bot, which has every permission listed in the readme (and then some) the command line throws the error:
File "C:\Python312\Lib\site-packages\discord\app_comman…
-
### Summary
AWS lambda pre warmed function and bot.run throwing RuntimeError("Session is closed") error after close command
### Reproduction Steps
Deploy a lambda with the provided code. I personna…
-
### Library Version
5.13.2
### Describe the Bug
In the last 2 days or so, I have not been able to run my bot as it immediately crashes on start-up despite no change to the code in several weeks. Th…
-
### What did you do?
Hello! Thank you so much for making this library!!!
I'm using this to bot to translate some strings for my python discord bot. To do that, I am mapping discord locales to Hu…