ticket creator bug fix + added danish translation
This commit is contained in:
@@ -87,7 +87,7 @@ export const registerActions = async () => {
|
||||
if (participant.type == "user"){
|
||||
permissions.push({
|
||||
type:discord.OverwriteType.Member,
|
||||
id:user.id,
|
||||
id:participant.id,
|
||||
allow:["ViewChannel","ReadMessageHistory"],
|
||||
deny:["SendMessages","AddReactions","AttachFiles","SendPolls"]
|
||||
})
|
||||
|
||||
@@ -120,7 +120,7 @@ export const registerActions = async () => {
|
||||
if (participant.type == "user"){
|
||||
permissions.push({
|
||||
type:discord.OverwriteType.Member,
|
||||
id:user.id,
|
||||
id:participant.id,
|
||||
allow:["ViewChannel","SendMessages","AddReactions","AttachFiles","SendPolls","ReadMessageHistory"],
|
||||
deny:[]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user