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

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

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
```