mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
style: run deno fmt
This commit is contained in:
@@ -23,4 +23,3 @@ export interface ModifyRolePositions {
|
||||
/** The sorting position for the role. */
|
||||
position?: number | null;
|
||||
}
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ export default function editRole(bot: BotWithCache) {
|
||||
return await editRoleOld(guildId, id, options);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user