Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa committed Oct 16, 2024
1 parent 2f48731 commit 5cb2a46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/evt/messageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export default async (evt: any, ctx: Context) => {

const content: string = evt.content.toLowerCase();

if (evt.author.id != "883545422860283964") return;

if (content == "?ping")
return await ctx.rest.createMessage(evt.channel_id, "meow!");

Expand Down

0 comments on commit 5cb2a46

Please sign in to comment.