Fixed CustomSimpleChatBot having an incorrect id

This commit is contained in:
Chomp 2024-12-02 13:09:34 +00:00
parent c2a1fba795
commit 0629bb4d16

View File

@ -23,7 +23,7 @@ export class CustomSimpleChatBot extends AbstractDialogueChatBot {
public getChatBot(): IUserDialogInfo { public getChatBot(): IUserDialogInfo {
return { return {
_id: "modderAbstractBot", _id: "674db14ed849a3727ef24da0", // REQUIRES a valid monogo_id, use online generator to create one
aid: 1234567, aid: 1234567,
Info: { Info: {
Level: 1, Level: 1,