Skip to content

Self-hosted discord birthday bot made for github actions.

License

Notifications You must be signed in to change notification settings

GomezMig03/natalis-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natalis Bot

Natalis Bot is a Discord bot designed to send birthday notifications for members of your server. It’s optimized for deployment via GitHub Actions but can also be hosted elsewhere.

Features

  • Detects and posts birthday notifications on your server.
  • Configurable channels and roles for birthday announcements.
  • Customizable notification timing through GitHub Actions.

Deploying the bot

Prerequisites

  1. Create the Discord Bot: Head over to the Discord Developer Portal to create your bot, then invite it to your Discord server. Ensure the bot has permissions to:

    • Send messages in the desired channel.
    • Mention the roles for birthday notifications.
  2. Fork the Repository:

    • Click the "Fork" button on the top-right corner of this repository to get your copy.
  3. Set Up GitHub Actions:

    • Activate GitHub Actions on your fork.
    • Add your bot token as a GitHub Secret, the name must be DISCORD_TOKEN.
    • (Optional) Adjust the action schedule in the workflow file if you want to customize the time for birthday checks.

Configuration

  1. Edit config.json: Customize the bot settings according to your server’s needs.

    • Channels: Add the ID(s) of the channel(s) where you want birthday messages to appear.
    • Roles: Specify the ID(s) of the role(s) to be mentioned in the birthday notifications.
    • Birthdays: List member names and birthdays following the provided format to ensure accurate notifications.
  2. Deploy the Bot: With GitHub Actions active, the bot will automatically run as per the schedule set in the workflow. If hosting elsewhere, simply deploy according to the platform's guidelines.

Notes

  • For additional customization or troubleshooting, consult the GitHub Actions logs and ensure all permissions are correctly set in Discord.
  • If you find a bug, please post an issue in this repo.
  • If you want to make your fork private (recommended), download the code and create a new repository instead of using GitHub’s fork feature. This approach allows you to keep your configuration private without affecting the original license.
  • Changing only config.json and not index.mjs or other source files does not require you to redistribute your modifications under the MPL 2.0 license.

About

Self-hosted discord birthday bot made for github actions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published