We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d65b22 commit d1703b6Copy full SHA for d1703b6
utils/Query.ts
@@ -641,7 +641,7 @@ async function submitBot(
641
git: data.git,
642
url: data.url,
643
category: JSON.stringify(data.category),
644
- enforcements: JSON.stringify(data.enforcements.filter((el) => el !== 'NONE')),
+ enforcements: JSON.stringify(data.enforcements),
645
discord: data.discord,
646
state: 0,
647
})
@@ -751,7 +751,7 @@ async function updateBot(id: string, data: ManageBot): Promise<number> {
751
intro: data.intro,
752
desc: data.desc,
753
vanity: data.vanity,
754
755
banner: data.banner,
756
bg: data.bg,
757
0 commit comments