Add personality name
This commit is contained in:
parent
14da89e4b3
commit
f3a74bc46c
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ const onAI = async (
|
|||
repliedMessage?: string,
|
||||
repliedSender?: string,
|
||||
) => {
|
||||
if (text.startsWith(`${config.app.triggerPrefix}aileaderboard`)) {
|
||||
return;
|
||||
}
|
||||
|
||||
const user = getUserById(sender);
|
||||
|
||||
const date = Date.now();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue