From b2742af957033eea4eac6aef473ba21267511f5c Mon Sep 17 00:00:00 2001 From: Migan178 Date: Sat, 8 Jun 2024 22:51:02 +0900 Subject: [PATCH] . --- config.example.json | 3 +-- src/Client.ts | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config.example.json b/config.example.json index 1e1a924..2f2fe89 100644 --- a/config.example.json +++ b/config.example.json @@ -1,8 +1,7 @@ { "bot": { "owner_ID": "", - "token": "", - "prefix": "" + "token": "" }, "train": { "user_ID": "" diff --git a/src/Client.ts b/src/Client.ts index d040523..f239551 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -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() {