Skip to content

Commit

Permalink
firstfollowedchannel remove redundant enabled check
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Sep 24, 2024
1 parent c93c72e commit bfbb50d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions commands/firstfollowedchannel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ module.exports = {
}
},
Code: (async function firstFollowedChannel (context, target) {
if (!this.data.enabled) {
return {
success: false,
reply: "This command is missing configuration!"
};
}

const platform = sb.Platform.get("twitch");
const name = sb.User.normalizeUsername(target ?? context.user.Name);

Expand Down

0 comments on commit bfbb50d

Please sign in to comment.