-
Per our [Twitter thread](https://x.com/stevekrouse/status/1743974942184518099), I noticed that this is returning a `404`:
`https://docs.val.town/discord-bot-that-replies-to-slash-commands`
case updated
10 months ago
-
[Edit 2]
I wanted to try it by building the app myself but I can't, because it need to activate the developer mode. After searching about that, I had to learn, that the developer mode was disabled co…
-
This bot will need to implement slash commands due to Discords implementation of a requirement.
Bot still works for now, but I anticipate there will be a hard cut-off that Discord will drop.
-
Bot commands can spam the text channel, and mentions are annoying. Look into what it would take to create a slash command with Discord.py, and if it is a good candidate for using slash commands instea…
-
Discord just added support for slash commands, giving users a preview window in which bot commands are easily accessed and can be autocompleted even with a mouse: https://discord.com/developers/docs/i…
-
The maintainer of discord.py has indicated that the dependency will no longer be maintained and it will not support the new discord bot api. This will cause Griffier to malfunction at some point.
…
-
can't send a slash command /work to the guild
How to send it correctly?
```
def slashCommandTest(resp, guildID, channelID, botID):
if resp.event.ready_supplemental:
bot.gateway.request.sear…
-
Create an initial discord bot, that can use slash commands and replies Hello World.
Use this library: https://github.com/Nihlus/Remora.Discord
-
**Describe the bug**
[Eigengrau's Helper](https://github.com/ryceg/Eigengraus-Helper) is a companion Discord bot which is currently not working due to libraries having breaking changes. It needs to…
ryceg updated
2 years ago
-
Discord API added an attachment option type for slash commands earlier this year and several python Discord libraries added support back in February (been using Pycord for my bots). It doesn't seem Di…
Kadah updated
2 years ago