Skip to content

A discord bot for changing the banner on servers every few minutes.

License

Notifications You must be signed in to change notification settings

NotNorom/discord-banner-bot

Repository files navigation

Discord Banner Bot

Invite the bot using this link: invite.

This bot will change the banner of a discord server every few minutes. Minimum is 15 minutes. Maximum is currently 2880 minutes (48h).

This is a work in progress, please message me if you have any questions (my timeone is UTC+1 or +2 during summer):

Usage

Text in [] brackets are mandatory arguments.
Text in <> brackets are optional arguments.
When entering the commands in discord, don't actually type any brackets.

/start

/start [CHANNEL] <INTERVAL> <START_AT> <MESSAGE_LIMIT>

Start changing banners every INTERVAL minutes. The banner will be picked randomly from messages in the CHANNEL. Note: The CHANNEL does not have to be inside the same server, it's just that the bot needs access to the channel.

Interval range:

  • minimum: 15
  • maximum: 2880 (48h)

START_AT is a RFC 3339 formatted date and time string with a timezone. An example:
2016-05-28 22:25:00+02:00 would translate to: May 28th, 2016 at 10pm and 25 minutes in UTC+2 which is daylight savings time in Europe/Berlin. Note that the timezone part +02:00 is required.

MESSAGE_LIMIT ranges from 0 to 200 with a default of 100.
It is the maximum number of messages the bot will look back in a channel to look for images. It is not the limit of images. A message can contain multiple images!

Note

Command can only be run by users with Manage Server permission.

/stop

/stop

Stop automatic banner changing.

Note

Command can only be run by users with Manage Server permission.*

/channel

/channel

Shows the channel link you are using. In case you forgot :D

Note

Command can only be run by users with Manage Server permission.

/current

/current

Give you a link to the currently displayed banner.

Note

Command can only be run by anyone.

/servers

/servers

Displays in how many servers this bot is currently in. It really is just a vanity command. If run by the bot owners will display private servers as well.

Note

Command can only be run by anyone.

/help

/help <COMMAND>

Display a help message. If COMMAND is provided, display help about that command.

Note

Command can only be run by anyone.

/start_for_guild

/start_for_guild [GUILD_ID] [CHANNEL_ID] <INTERVAL> <START_AT> <MESSAGE_LIMIT>

Same as /start but a server can be specified. This allows to start the bot for servers without the user being in the server. This is just for bot owners and intended for debugging purposes.

Note

Command can only be run by bot owners.

/stop_for_guild

/stop_for_guild [GUILD_ID]

Same as /stop but a server can be specified. This allows to stop the bot for servers without the user being in the server. This is just for bot owners and intended for debugging purposes.

Note

Command can only be run by bot owners.

Bot information & permissions

Bot username: @banner changer #2858.

This bot needs these permissions to work:

  • Manage Server for editing the banner
  • Read Messages/ View Channels for using prefix commands
  • Read Message History for reading messages in a channel to look for images
  • Send Messages for using prefix commands (and error responses)
  • Send Messages in Threads for using prefix commands (and error responses)
  • Add Reactions for nice visuals... eventually :D (things like: this images is not supported)

The following commands can only be run by users with the Manage Server permissions:

  • /start
  • /stop
  • /channel
  • /notification_channel

Hosting the bot yourself

Default settings.toml: https://github.com/NotNorom/discord-banner-bot/blob/master/settings.template.toml

Redis layout

PREFIX is set in settings.toml and defaults to "dbb".

  • PREFIX:active_schedules keeps a list of currently active guild schedules.
  • PREFIX:active_schedule:GUILD_ID is a schedule for a specific guild. It contains the following fields:
    • guild_id: The guild_id
    • channel_id: The channel_id
    • interval: Minutes between banner changes
    • start_at: Unix timestamp, when the schedule should start
    • last_run: Unix timestamp, when the banner was last changed successfully

If start_at is in the future (aka the schedule has not been started yet) then last_run will be set to start_at. If start_at is ever more in the future than last_run then something has gone wrong.

Credits

This bot is built using

Amazing libraries, highly recommend <3

Legal for my hosted bot (draft, not applicable as of the 1st of May 2024)

By inviting the bot to your server, you agree to the privacy policy and terms of services as stated below.

Privacy Policy

1. The following data points are collected from users:

  • Guild ids
  • Text channel ids
  • Message ids
  • Message content in the text channel selected

2. Why I need this information

I need the information described above to provide the basic services we offer to you.

I need the guild id to associate other data with the correct guild. I need the text channel ids to know in which channel to look for content for. I need the message ids for debugging purposes. I need the message content to search for media that can be used as a guild banner.

3. How we use your information

We use the information we collect in the following ways:

  • Provide, operate, and maintain my discord bot
  • Provide all the functionalities that the bot has to offer

4. Other than Discord the company and users of your own bot, who do I share the collected data with

Stored Information is not shared with any third parties.

5. How can users contact you with concerns?

Possible ways of contacting me:

6. If you store data, how can users have that data removed?

Data is automatically removed when the services of the bot is stopped using the /stop command. Debug logs may continue containing information. This information would then be deleted when the bot is restarted. You can also request deletion of this information via the contact information mentioned above.

Terms of Service

These terms only apply to the discord application and bot user with this id: 586680217049759744 and when run by me. These terms do not apply to applications run by 3rd partys, even if the same code is run.

I may change these terms any time I want. Breaking any of these terms might result in a ban in using the service.

  • When using this application, all of discords Terms of Services apply.
  • I reserve the right to terminate and/or deny services to anyone without providing a reason.
  • You may not use this bot to inflict harm on others.