diff --git a/src/common/shorters/roles.ts b/src/common/shorters/roles.ts index 8f730f4..6f82ae3 100644 --- a/src/common/shorters/roles.ts +++ b/src/common/shorters/roles.ts @@ -95,7 +95,6 @@ export class RoleShorter extends BaseShorter { async delete(guildId: string, roleId: string, reason?: string): Promise { const res = await this.client.proxy.guilds(guildId).roles(roleId).delete({ reason }); this.client.cache.roles?.removeIfNI('Guilds', roleId, guildId); - return Transformers.GuildRole(this.client, res, guildId); } /**