slight gix

This commit is contained in:
MathMan05 2025-04-05 15:10:28 -05:00
parent 47fe761bc5
commit a33755f6ae

View file

@ -1179,6 +1179,8 @@ class Localuser {
const form = guildcreate.addForm("", (fields: any) => {
this.makeGuild(fields).then((_) => {
if (_.message) {
loading.hide();
full.show();
alert(_.errors.name._errors[0].message);
} else {
loading.hide();