mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
remove unused indents
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user