.
This commit is contained in:
parent
141b41f4b3
commit
b2742af957
2 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"bot": {
|
"bot": {
|
||||||
"owner_ID": "",
|
"owner_ID": "",
|
||||||
"token": "",
|
"token": ""
|
||||||
"prefix": ""
|
|
||||||
},
|
},
|
||||||
"train": {
|
"train": {
|
||||||
"user_ID": ""
|
"user_ID": ""
|
||||||
|
|
|
@ -11,7 +11,7 @@ import { join } from 'node:path'
|
||||||
import config from '../config.json'
|
import config from '../config.json'
|
||||||
import Dokdo from 'dokdo'
|
import Dokdo from 'dokdo'
|
||||||
|
|
||||||
const prefix = config.bot.prefix
|
const prefix = '머핀아 '
|
||||||
|
|
||||||
export default class MuffinBot extends Client {
|
export default class MuffinBot extends Client {
|
||||||
get chatBot() {
|
get chatBot() {
|
||||||
|
|
Loading…
Reference in a new issue