diff --git a/modules/tickets/events/interactionCreate.js b/modules/tickets/events/interactionCreate.js index bfed95ab..0a425204 100644 --- a/modules/tickets/events/interactionCreate.js +++ b/modules/tickets/events/interactionCreate.js @@ -100,7 +100,7 @@ module.exports.run = async function (client, interaction) { { id: rID, type: 'ROLE', - allow: ['SEND_MESSAGES', 'VIEW_CHANNEL', 'READ_MESSAGE_HISTORY'] + allow: ['SEND_MESSAGES', 'VIEW_CHANNEL', 'READ_MESSAGE_HISTORY', 'SEND_FILES'] } ); }); @@ -149,4 +149,4 @@ module.exports.run = async function (client, interaction) { }); } } -}; \ No newline at end of file +};