barkloaf / HolidayBot

A discord bot created with DiscordGo that spits out real holidays that you may have never heard of before.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HolidayBot

A discord bot created with DiscordGo that spits out real holidays that you may have never heard of before. All holidays are grabbed from Checkiday

HolidayBot

Vote for HolidayBot on Top.gg!

Commands list

  • /about - Shows infomation about the bot (invite, voting, source, purpose, author, etc.)
  • /settings - Displays current server-specific settings.
  • /ping - Pong!
  • /stats - Shows bot statistics like uptime, lib versions, etc.
  • /h [timezone] - Displays holidays in the specified timezone or server timezone on command (if enabled).
  • /set - Sets server-specific settings (Manage Server permission required).
    • /set timezone <timezone> - Changes the timezone to any valid tz/zoneinfo database timezone (eg. America/Chicago). See list here. This is used for the daily posting timezone, as well as the default timezone used when /h is run. (default: UTC).
    • /set adult <True|False> - Enables/disables content that may not be safe for viewing by children. True = Adult content enabled, False = Adult content disabled (default: False).
    • /set daily <True|False> - Enables/disables the bot posting new holidays every midnight in the set timezone. True = Daily posting enabled, False = Daily posting disabled (default: True).
    • /set dailyChannel <channel> - Sets the channel the daily holidays (if enabled) will be posted in. Permission to view, send messages, and embed links must be granted in the channel before setting it. By default, this will be the first channel the bot is able to send messages in.
    • /set command <True|False> - Enables/disables the ability for users to run /h to display holidays on command. True = /h command enabled, False = /h command disabled (default: True).
    • /set reset - Resets this guild's settings to the default settings.

Pictures/Examples

Image Image

Terms of Service and Privacy Policy

HolidayBot's Terms of Service and Privacy Policy are contained in TERMS.md and PRIVACY.md respectively.

Disclaimer

Holidays listed are largely US and international only, no matter which timezone the holidays are displayed in. This is nothing I can really control, as there lacks a good holiday database suitable for the fun-oriented purposes HolidayBot is designed to serve. Furthermore, neither HolidayBot nor its creator endorse any of the holidays the bot will display.

About

A discord bot created with DiscordGo that spits out real holidays that you may have never heard of before.

License:GNU Affero General Public License v3.0


Languages

Language:Go 99.4%Language:Dockerfile 0.6%