This commit is contained in:
Siwoo Jeon 2024-06-08 22:51:02 +09:00
parent 141b41f4b3
commit b2742af957
Signed by: migan
GPG key ID: C4151385FFD2082A
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,7 @@
{
"bot": {
"owner_ID": "",
"token": "",
"prefix": ""
"token": ""
},
"train": {
"user_ID": ""

View file

@ -11,7 +11,7 @@ import { join } from 'node:path'
import config from '../config.json'
import Dokdo from 'dokdo'
const prefix = config.bot.prefix
const prefix = '머핀아 '
export default class MuffinBot extends Client {
get chatBot() {