.
This commit is contained in:
parent
141b41f4b3
commit
b2742af957
2 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"bot": {
|
||||
"owner_ID": "",
|
||||
"token": "",
|
||||
"prefix": ""
|
||||
"token": ""
|
||||
},
|
||||
"train": {
|
||||
"user_ID": ""
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue