-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add slash-command * feat: Add commandIntoBody * lint: Remove eslint-disable * refactor: Refactor with commandOptionTypeMap * fix: Move command into abst * feat: Improve definitions * feat: Add DiscordCommand template * deps: Bump dependencies * deps: Add discord.js-slash-command * feat: Add InteractionsCommandReceiver * feat: Enable interactions * fix: Remove unused methods * deps: Use discord.js dev * fix: Fix for dev version * fix: Add intents * fix: Fix for new API * fix: Fix options order * feat: Hard code guild id * fix: Migrate deprecation * ci: Bump node version
- Loading branch information
1 parent
e5c480a
commit b2cfe87
Showing
13 changed files
with
727 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:12.18.1-alpine | ||
FROM node:14.17.4-alpine3.14 | ||
|
||
EXPOSE 3000 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.