diff --git a/src/structures/Guild.js b/src/structures/Guild.js index e0422007e..139f9b862 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -764,8 +764,7 @@ class Guild extends Base { } return this.client.api .guilds(this.id, 'vanity-url') - .get() - .then(res => res); + .get(); } /**