Skip to content

Commit

Permalink
fix(hub): same thing :(
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Apr 27, 2024
1 parent 5825691 commit b47dd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/slash/Main/hub/join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class JoinSubCommand extends Hub {
ChannelType.PrivateThread,
]);

if (!channel.permissionsFor(interaction.member).has('SendMessages')) {
if (!channel.permissionsFor(interaction.member).has('ManageMessages')) {
return await interaction.reply({
embeds: [
simpleEmbed(
Expand Down

0 comments on commit b47dd8d

Please sign in to comment.