https://github.com/ikoamu/discord-cuckoo-clock
the cuckoo clock in discord
https://github.com/ikoamu/discord-cuckoo-clock
bot discord discord-bot discord-js discordjs typescript
Last synced: 2 months ago
JSON representation
the cuckoo clock in discord
- Host: GitHub
- URL: https://github.com/ikoamu/discord-cuckoo-clock
- Owner: ikoamu
- Created: 2021-02-07T13:36:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-07T15:00:32.000Z (over 5 years ago)
- Last Synced: 2025-05-31T18:33:48.752Z (about 1 year ago)
- Topics: bot, discord, discord-bot, discord-js, discordjs, typescript
- Language: TypeScript
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-cuckoo-clock
This is a Discord Bot for Cuckoo Clock.
It tells the time with the sound of a cuckoo on a specified voice channel.
## how to start
※ The version of the node must be 12 or higher.
※ ffmpeg is required. Install it.
1. create a .env file with the .env.sample file as a reference
```
DISCORD_TOKEN=YOUR_DISCORD_BOT_TOKEN
GUILD_ID=YOUR_GUILD_ID
VOICE_CHANNEL_ID=PIGEON_CALLING_VOICE_CHANNEL_ID
```
2. yarn install
```
$ yarn install
```
3. compile
```
$ yarn compile
```
4. start
```
$ yarn start
```