ikoamu / discord-cuckoo-clock

the cuckoo clock in discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  1. yarn install
$ yarn install
  1. compile
$ yarn compile
  1. start
$ yarn start

About

the cuckoo clock in discord


Languages

Language:TypeScript 87.2%Language:Dockerfile 12.8%