From 6ed345b87b6c84c070f75c7809a6331b2a6d00e3 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sat, 19 Dec 2020 12:19:34 -0500 Subject: [PATCH] Update src/structures/role.ts Co-authored-by: Ayyan --- src/structures/role.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/role.ts b/src/structures/role.ts index 264cd7eb1..ad7113d94 100644 --- a/src/structures/role.ts +++ b/src/structures/role.ts @@ -23,7 +23,7 @@ const baseRole: Partial = { }, // METHODS - delete: function (guildID?: string) { + delete(guildID?: string) { // If not guild id was provided try and find one if (!guildID) guildID = guildID || this.guild?.id; // If a guild id is still not available error out