i can create guild using a bot

i can create guild using a bot?
14 Replies
d.js toolkit
d.js toolkit•4w ago
mybigboobs
mybigboobsOP•4w ago
I tried to create it as before but it gives an error that this is not the final one
const createdGuild = await client.guilds.create(
{
name: pickServerOfList.name
}
).catch(() => {});
const createdGuild = await client.guilds.create(
{
name: pickServerOfList.name
}
).catch(() => {});
Amgelo
Amgelo•4w ago
you could but that has been deprecated a while ago and I believe removed already (in the api)
mybigboobs
mybigboobsOP•4w ago
if this is so, then it is sad 😭
Amgelo
Amgelo•4w ago
why do you need to create one?
mybigboobs
mybigboobsOP•4w ago
It is difficult to explain in short the game Mafia, which is fully automated in the bot. Each time a separate server is needed for complete separation for communication between some participants of the game. If you use a closed channel on the server, participants with admin rights will see everything And if you create one server and conduct all events on it, the bot will lose all its automation and will work stupidly through the config
mybigboobs
mybigboobsOP•4w ago
mybigboobs
mybigboobsOP•4w ago
here is a piece of code that used to work fine
Amgelo
Amgelo•4w ago
some discord staff mentioned that if you have a valid use case for it they could whitelist you, so maybe you can try that? search in the ddevs server #useful-servers somewhere in the dev news channel is the one about guild creation deprecation, and its thread
mybigboobs
mybigboobsOP•4w ago
Thanks a lot
souji
souji•4w ago
that's since been changed - there are no exceptions
Ays
Ays•5d ago
i am quite confused, is creating servers using bot allowed even? that would simply lead to mass creation and fake bot verification right?
souji
souji•5d ago
it used to be allowed for apps present in under 10 servers themselves - thus limiting the amount per app it no longer is, because as mentioned above, that endpoint is no longer accessible for apps
that would simply lead to mass creation and fake bot verification right?
verification hasn't been connected to guild count for quite some while you can verify your app through a fully automated system at 0 guilds, if you wish to do so
d.js toolkit
d.js toolkit•19h ago
The issue has been marked as solved by support staff

Did you find this page helpful?