Adding apply channel

This commit is contained in:
2023-03-12 16:40:07 +01:00
parent 151498af20
commit c163d44895
3 changed files with 106 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ const client = new Client({
],
partials: [
Partials.GuildMember,
Partials.User
Partials.User,
Partials.Message
]
});