additional changes
This commit is contained in:
@@ -3,5 +3,5 @@ import { logger } from "lib/common-logger";
|
||||
|
||||
export const handleShutdown = async () => {
|
||||
logger.info("bot is shutting down...");
|
||||
await logChannelService.sendLogMessage("ich geh schlafen...");
|
||||
await logChannelService.sendLogMessage("**S H U T T I N G D O W N**");
|
||||
};
|
||||
|
||||
@@ -16,6 +16,7 @@ export const ConfigSchema = z.object({
|
||||
}),
|
||||
guildId: z.string(),
|
||||
version: z.number(),
|
||||
commandPrefix: z.string().default("!"),
|
||||
discord: z.object({
|
||||
token: z.string(),
|
||||
applicationId: z.string(),
|
||||
|
||||
@@ -26,5 +26,10 @@ export const dynamicVoiceChannelService = new DynamicVoiceChannelsService(
|
||||
key: VoiceChannels.enum["for-group"],
|
||||
size: 99,
|
||||
},
|
||||
{
|
||||
channelId: config.channelMapping.voice.custom,
|
||||
key: VoiceChannels.enum.custom,
|
||||
size: 99,
|
||||
},
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user