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:
ITOH
2021-01-24 12:12:40 +01:00
committed by GitHub
parent e952d1d9cb
commit 51387c5705
3 changed files with 10 additions and 7 deletions
+2
View File
@@ -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,