-
# 2.파이썬을 이용한 디스코드 봇 만들기: discord.py API 공부하며 끄적이는 장소 🐶
discord.py API에 대해
[https://devwithpug.github.io/python/sabot-2/](https://devwithpug.github.io/python/sabot-2/)
-
-
**Is your feature request related to a problem? Please describe.**
Discord recently added slash commands. That is when you just type in `/` and it shows you all kind of operations possible on a disco…
-
Log file
```0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\legit\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js'…
-
ご質問失礼いたします。
main.pyを実行したところ下記が表示されました。
C:\Users\Users\Downloads\discord_voiceroid-master>python main.py
Traceback (most recent call last):
File "C:\Users\Users\Downloads\discord_voiceroid-mast…
-
### Summary
Things aren't working how they should be
### Reproduction Steps
I simply left my code alone for a bit, running when suddenly it started erroring out. I never changed any of the code I'm…
-
### Summary
I cannot fix this at all, tried going outside of the environment, same thing.
### Reproduction Steps
Paste this code: import client_settings
import discord
from dotenv import load_dot…
-
-
## Description
Following the removal in #871, hangman should be re-added again.
## Reasoning
Quickly following its introduction it become apparent that hangman's multiplayer mode had some flaws. Mos…
-
Been reading a bunch about HTTP requests in Python and learned that the current use of the Requests library is blocking. While there are no current plans to host the bot in such a way that it would be…