mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
Added another category for commands
If a command is payed, ticket will be created in another category rather than in the same the others go
This commit is contained in:
parent
5856b7a513
commit
eb115d2274
@ -69,7 +69,7 @@ module.exports = {
|
||||
await interaction.guild.channels.create({
|
||||
name: `${remuneration ? "rémunéré": "bénévole"} - ` + interaction.user.username,
|
||||
type: ChannelType.GuildText,
|
||||
parent: '780559502105378836',
|
||||
parent: remuneration ? "1040706105321467934" : "780559502105378836",
|
||||
permissionOverwrites: [
|
||||
{
|
||||
id: interaction.user.id,
|
||||
|
Loading…
Reference in New Issue
Block a user