refactor/declare command option types

This commit is contained in:
SowinskiBraeden committed 2023-09-10 00:41:45 -07:00
1 parent 28737c5756
commit ab2b59ff11
18 files changed
+170 -128

No files matched your search

+2 -2
View File
@@ -78,7 +78,7 @@ class DayzRBot extends Client {
return await rest.post(Routes.interactionCallback(interaction.id, interaction.token), {
body: {
type: 4,
type: CommandOptions.Integer,
data: message,
}
});
@@ -391,7 +391,7 @@ class DayzRBot extends Client {
autoRestart: 0,
allowedChannels: [],
killfeedChannel: "",
showKillfeedCoords: false,
showKillfeedCoords: 0,
connectionLogsChannel: "",
activePlayersChannel: "",
welcomeChannel: "",