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