Skip to content

Commit

Permalink
🩹command prefix changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MotiCAT authored Jan 2, 2024
1 parent c872bc9 commit 998e722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/onMessageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { config } from 'dotenv';

config();

const prefix = 'mt!';
const prefix = 'mc!';

export async function onMessageCreate(message: Message): Promise<Awaitable<void>> {
if (bannedUsers.includes(message.author.id)) return;
Expand Down

0 comments on commit 998e722

Please sign in to comment.