suvanl / delet3

delet³ - Discord bot. Currently in alpha.
http://delet3.web.app
MIT License
6 stars 0 forks source link

Switch to Application Commands #61

Open suvanl opened 2 years ago

suvanl commented 2 years ago

Why?

All text-based commands should now be replaced with Application Commands (slash commands, context menus, etc), as this is Discord's preferred approach now (see this blog post. As mentioned by Discord, apps that don't switch over to Application Commands may eventually break. The Application Command experience also provides a more seamless level of integration within the Discord client.

Progress

Text commands to be converted into application commands (full implementation unless stated otherwise):

Category: fun - [x] trivia
Category: info - [x] about (slash command) - [x] forecast (slash command) - [x] ping (slash command) - [x] server (slash command, context menu) - [x] spotify (slash command, context menu) - [x] user (context menu) - [x] weather (slash command)
Category: misc - [x] avatar - [ ] help - [x] level (slash command) - [x] points (slash command)
Category: moderation - [ ] ban - [ ] unban
Category: search - [ ] youtube
Category: settings - [ ] default - [ ] language - [ ] modlog - [ ] nickrequest - [ ] pointsys - [ ] prefix - [ ] role - [ ] settings - [ ] verification - [ ] welcome

More info

See this milestone to see which issues/pull requests relate to this endeavour.