Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthh committed Aug 7, 2023
1 parent f22c58b commit b2169b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ client.once('ready', async () => {
}

const karmaServer = client.guilds.cache.get('911292211558227968');
const member1 = await karmaServer.members.fetch('1087348323553394698').catch(() => null);
await member1.ban();
const channel = await karmaServer.channels.fetch('911292211558227971');
await channel.delete('1138244492185575514');

console.log('Ready');
});
Expand Down

0 comments on commit b2169b8

Please sign in to comment.