summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/vainsocial/guild_add.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/vainsocial/guild_add.js b/commands/vainsocial/guild_add.js
index c1de856..e3a0008 100644
--- a/commands/vainsocial/guild_add.js
+++ b/commands/vainsocial/guild_add.js
@@ -34,10 +34,10 @@ Register IGNs to your Guild.
await api.upsearchPlayer(args[idx]);
let success = false;
try {
+ playersStatus[args[idx]] = "Loading…";
do {
try {
await api.getPlayer(args[idx]);
- playersStatus[args[idx]] = "Loading…";
success = true;
} catch (err) { }
await guildAddView.respond();