Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 302 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 302 Bytes

就只是個無聊的 discord 機器人

所有的指令在 command.ts 裡面
機器人根據指令的對應的回覆在 bot/commandOperation.ts

env variables

TOKEN
APP_CLIENT_ID
GUILD_ID

建立機器人指令

npm run create

執行機器人

npm run start