style: run deno fmt

This commit is contained in:
ITOH
2022-03-23 21:23:27 +01:00
parent 213b4eebdf
commit c830055a52
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -29,4 +29,3 @@ export default function editRole(bot: BotWithCache) {
return await editRoleOld(guildId, id, options);
};
}