Testing smthn

This commit is contained in:
Christopher Cookman 2024-03-26 23:48:52 -06:00
parent 4d354a3661
commit 84acdff347
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -131,3 +131,4 @@ dist
config.json
database.db
settings.json

View file

@ -35,8 +35,8 @@ const client = new Discord.Client({
intents: [
"Guilds",
"GuildVoiceStates",
"GuildMembers",
"GuildPresences"
//"GuildMembers",
//"GuildPresences"
]
});