This commit is contained in:
Skillz4Killz
2022-03-25 14:13:45 +00:00
committed by GitHub
parent 9d9a142bca
commit 0ec7fac393
5 changed files with 11 additions and 11 deletions
@@ -1,5 +1,5 @@
import { DEV_GUILD_ID } from "../../../../../configs.ts";
import { DiscordUnavailableGuild, DiscordGatewayPayload } from "../../../../../deps.ts";
import { DiscordGatewayPayload, DiscordUnavailableGuild } from "../../../../../deps.ts";
import logger from "../../../../utils/logger.ts";
import { updateGuildCommands } from "../../../../utils/updateSlash.ts";
import { BotClient } from "../../../botClient.ts";
+1 -1
View File
@@ -4,9 +4,9 @@ import {
Channel,
Interaction,
Member,
PermissionStrings,
Role,
User,
PermissionStrings,
} from "../../../deps.ts";
import { PermissionLevelHandlers } from "../../utils/permLevels.ts";
import { BotClient } from "../botClient.ts";
+2 -2
View File
@@ -2,14 +2,14 @@ import {
ApplicationCommandOption,
ApplicationCommandOptionTypes,
Bot,
Channel,
ChannelTypes,
Collection,
Channel,
InteractionDataOption,
Member,
Message,
Role,
User,
InteractionDataOption,
} from "../../deps.ts";
import { getLanguage, translate } from "../bot/languages/translate.ts";
import { SNOWFLAKE_REGEX } from "../constants/regexes.ts";
+1 -6
View File
@@ -1,9 +1,4 @@
import {
Bot,
Interaction,
InteractionApplicationCommandCallbackData,
InteractionResponseTypes,
} from "../../deps.ts";
import { Bot, Interaction, InteractionApplicationCommandCallbackData, InteractionResponseTypes } from "../../deps.ts";
export async function replyToInteraction(
bot: Bot,