mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-24 01:01:06 +01:00
fix(bot): add roleIds to finald ata
This commit is contained in:
parent
fb1290dacf
commit
d1b58b4496
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ new Modal({
|
||||||
|
|
||||||
rawRoleIds.shift();
|
rawRoleIds.shift();
|
||||||
data.rawRoleIds = rawRoleIds;
|
data.rawRoleIds = rawRoleIds;
|
||||||
|
data.roleIds = roleIds;
|
||||||
|
|
||||||
await REDIS.setex(
|
await REDIS.setex(
|
||||||
`roles-bot-setup:${ctx.interaction.guild_id}`,
|
`roles-bot-setup:${ctx.interaction.guild_id}`,
|
||||||
|
|
Loading…
Reference in a new issue