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
- Host: GitHub
- URL: https://github.com/fizzyelt/pygg-discordbot
- Owner: FizzyElt
- Created: 2021-10-31T14:06:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T15:16:32.000Z (over 2 years ago)
- Last Synced: 2024-02-14T16:31:33.755Z (over 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```