-
### Summary
When you mention role in slash command, exception occures
### Reproduction Steps
run code below and try to mention a role in slash command
### Minimal Reproducible Code
```python
bot …
-
Hello, it's me again
I have a problem: the background= method does not work for me.
When I try to use the user's background:
My code:
```
if platform.system() == 'Windows': # if the system is win…
-
I downloaded the new build of the bot but I keep getting this error for the CogManager
C:\Users\shaki\Downloads\CorpBot.py-rewrite (2)\CorpBot.py-rewrite\Main.py:106: RuntimeWarning: coroutine 'Bot…
-
### Summary
The commands.cooldown decorator doesn't work on slashcommands
### Reproduction Steps
Create a slashcommand and use the @commands.cooldown(args) decorator on it
### Minimal Reproducible…
-
This issue lists the status of all tests for the [Release Candidate 3 of the 2023.01](https://github.com/RIOT-OS/RIOT/releases/tag/2023.01-RC3) release.
Specs tested:
- [x] [01-ci](https://github.…
-
### Describe the bug
My code:
class request():
@classmethod
async def get(self, url, call, *, content=None, headers=None):
if content is not None:
…
-
### Summary
When I run a slash command in my bot, all my commands deregister
### Reproduction Steps
1. Create a bot with slash commands
2. Run it, and use one of its slash commands.
3. The comman…
-
### Summary
The application shows a 'did not respond' message even after it has already responded.
### Reproduction Steps
Create and send a command
### Minimal Reproducible Code
```python
import …
-
-
Traceback (most recent call last):
File "C:\Users\AmongUs\Desktop\linkgen\linkgen.py", line 16, in
client = discord.Bot()
AttributeError: module 'discord' has no attribute 'Bot'