Skip to content

Commit

Permalink
nvm all servers!
Browse files Browse the repository at this point in the history
  • Loading branch information
mxz7 committed Jul 22, 2024
1 parent 1190a96 commit c57e5f2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/utils/handlers/commandhandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,16 +547,7 @@ export async function runCommand(
args: string[],
) {
const preProcessLength = [performance.now()];
if (message.author.bot) {
if (
message.author.id === "974297735559806986" &&
message.guildId === Constants.NYPSI_SERVER_ID
) {
// continue
} else {
return;
}
}
if (message.author.bot && message.author.id !== "974297735559806986") return;
if (!message.channel.isTextBased()) return;
if (message.channel.isDMBased()) return;

Expand Down

0 comments on commit c57e5f2

Please sign in to comment.