mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-19 04:38:17 +00:00
refactor(util): COMMANDS_GUILD_ID constant arg order (#440)
* fmt * refactor(util): change arg order for COMMANDS_GUILD_ID * refactor(handlers): change arg order for COMMANDS_GUILD_ID * feat(handlers): add getSlashCommand function * Update mod.ts * remove that
This commit is contained in:
@@ -116,6 +116,7 @@ import {
|
||||
editWebhookMessage,
|
||||
executeSlashCommand,
|
||||
executeWebhook,
|
||||
getSlashCommand,
|
||||
getSlashCommands,
|
||||
getWebhook,
|
||||
upsertSlashCommand,
|
||||
@@ -237,6 +238,7 @@ export let handlers = {
|
||||
editWebhookMessage,
|
||||
deleteWebhookMessage,
|
||||
createSlashCommand,
|
||||
getSlashCommand,
|
||||
getSlashCommands,
|
||||
upsertSlashCommand,
|
||||
editSlashCommand,
|
||||
|
||||
Reference in New Issue
Block a user