Update DJS
This commit is contained in:
parent
ac619ec00f
commit
5e73d380c5
23 changed files with 71 additions and 56 deletions
|
@ -80,7 +80,7 @@ export const RoleAddCmd = selfGrantableRolesCmd({
|
|||
|
||||
try {
|
||||
await msg.member.edit({
|
||||
roles: Array.from(newRoleIds),
|
||||
roles: Array.from(newRoleIds) as Snowflake[],
|
||||
});
|
||||
} catch {
|
||||
sendErrorMessage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue