An open API service indexing awesome lists of open source software.

https://github.com/fizzyelt/pygg-discordbot

just a discord bot
https://github.com/fizzyelt/pygg-discordbot

Last synced: 10 months ago
JSON representation

just a discord bot

Awesome Lists containing this project

README

          

### 就只是個無聊的 discord 機器人

所有的指令在 command.ts 裡面

機器人根據指令的對應的回覆在 bot/commandOperation.ts

env variables
```js
TOKEN
APP_CLIENT_ID
GUILD_ID
```

建立機器人指令
```shell
npm run create
```

執行機器人
```shell
npm run start
```