-
all gif commands such as /bonk, /pet etc return error
```
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/disnake/ext/commands/slash_core.py", line 728, in invo…
-
Would be nice to update to the new disnake 2.7.0 version for new features (selectMenu) and python 3.11 support.
This should not introduce breaking changes and the selectMenu could be useful for the a…
-
![disnake banner](https://raw.githubusercontent.com/DisnakeDev/disnake/master/assets/banner.png)
# Project description
Disnake is an intuitive API wrapper for Discord written in Python. See [the r…
-
DeprecationWarning: sync_commands_debug is deprecated and will be removed in a future version. Use `command_sync_flags` with an `CommandSyncFlags` instance as a replacement.
client = commands.Bot(
…
-
Hey there, i don't know if you are supporting this but i have a small issue, i managed to make the bot run and everything else works but the Advise Function, when i use it On discord it stays "Thinkin…
-
### Summary
checks doesn't work for autocompleters, they works only after I selected something from the list
### Reproduction Steps
I run the command
![image](https://user-images.githubuserconten…
-
### Potential problem
When a user wish to unregister, they use again the `/ulb` command and click the "confirm delete my data..." button, their server's setup verification role is removed. Should we …
-
### Summary
The task is running two times instead of one on the given time.
### Reproduction Steps
Have a task with a time specified `@tasks.loop(time=time(tzinfo=timezone.utc))`. The second time t…
s0hv updated
3 months ago
-
### Expands on
https://guide.disnake.dev/popular-topics
### Title
Logging Page
### Description
Here I will write a page that shows how to use logging with disnake and how to use it in general. An…
-
### Summary
Adding a way to disable the ephemeral message
### What is the feature request for?
disnake.ext.commands
### The Problem
It would be nice if we got a kwarg or a feature that …