remove unused indents

This commit is contained in:
Fleny
2024-06-07 22:54:44 +02:00
parent 6a52b18dc3
commit 470ef9a13c

View File

@@ -5,7 +5,7 @@ import { configs } from './config.js'
export const bot = createProxyCache(
createBot({
token: configs.token,
intents: Intents.Guilds | Intents.GuildMessages | Intents.MessageContent,
intents: Intents.Guilds,
}),
{
desiredProps: {