Birthday reminders bot for Discord app
- Configuration
- eb!reminderChannel
channelName
- eb!reminderHour
23:59
- eb!reminderChannel
- Usage
- eb!add
Name
MM-dd-yyyy
- eb!remove
Name
- eb!add
Also you can type: eb!info
and see all available commands directly one Discord.
You will receieve a reminder message on the reminderChannel
at reminderHour
like:
Today is Name
's birthday (number)! 🎉 🎉
(followed by a related image)
git clone https://github.com/FireZenk/HeyBirthday.git
cd HeyBirthday/
./gradlew stage
export DISCORD=YOUR_DISCORD_BOT_TOKEN
export GIPHY=YOUR_GIHPY_API_KEY
./build/install/heybirthday/bin/heybirthday $DISCORD $GIPHY
- Enjoy!
- Create a free account on Google Cloud Platform
- Go to Google App Engine: link
- Create a project
- Open Google Cloud Shell
- Follow "How to install" above