Fixed CustomSimpleChatBot
having an incorrect id
This commit is contained in:
parent
c2a1fba795
commit
0629bb4d16
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user