guild creation

This commit is contained in:
MathMan05 2024-08-17 11:36:25 -05:00
parent f04efa6930
commit 0c0611adf2
4 changed files with 73 additions and 8 deletions

View file

@ -1017,7 +1017,7 @@ class Channel {
body: JSON.stringify({
allow: "0",
deny: "0",
id: role.snowflake,
id: role.id,
type: 0
})
});