slight gix
This commit is contained in:
parent
47fe761bc5
commit
a33755f6ae
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue