mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix (#299)
* fix * chore: apply formatting --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
442752319c
commit
1abf41170e
@ -31,8 +31,8 @@ export class GuildRole extends DiscordBase {
|
||||
return this.client.roles.fetch(this.guildId, this.id, force);
|
||||
}
|
||||
|
||||
edit(body: RESTPatchAPIGuildRoleJSONBody, reason?: string) {
|
||||
return this.client.roles.create(this.guildId, body, reason);
|
||||
edit(body: RESTPatchAPIGuildRoleJSONBody) {
|
||||
return this.client.roles.edit(this.guildId, this.id, body);
|
||||
}
|
||||
|
||||
delete(reason?: string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user