Skip to content

Commit

Permalink
Update post.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSparr0w committed Nov 11, 2024
1 parent ebd8c21 commit 326156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
guildOnly : true,
cooldown : 3,
botperms : ['SendMessages'],
userroles : ['Moderator'],
userroles : ['Developer'],
channels : [], // default restricted channels
execute : async (msg, args) => {
const [, message_id] = args;
Expand Down

0 comments on commit 326156a

Please sign in to comment.