(commands): more commands.

This commit is contained in:
2026-08-26 13:55:54 +08:00
parent eb5754d60a
commit 13dd614f13
7 changed files with 89 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { CommandClient, Constants, Event, Member, Message } from "athena-prime";
import config from '../../config';
import { getUser, setUserXp } from "../../utils";
/// ----------
// ----------
class MessageReactionAddEvent extends Event<CommandClient> {
event: string = 'messageReactionAdd' as const;