autoconvert handler messages

This commit is contained in:
ITOH
2021-04-24 23:17:11 +02:00
parent 6d4c51a4eb
commit be2bbbdd99
54 changed files with 181 additions and 248 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ export async function editRole(
},
);
return await structures.createDiscordenoRole(result);
return await structures.createDiscordenoRole({ role: result, guildId });
}