LOGOTO Logo
Logoto

Configuration (Setup)

Logoto is a specialized bot designed to automate changing your Discord server's icon, name, banner, and invite splash backgrounds without requiring complex setup structures or lines of code.

Getting Started

To begin utilizing the bot to its full capacity, simply run the initial server deployment command.

  • /setup : The essential first command. Automatically builds the required category and logging channels (Logoto, log-logoto) for a quick launch.
IMPORTANT NOTE: The channel named log-logoto must exist on your server to handle automatic operation diagnostics.

The bot uses this channel to post daily engineering load logs (l-Loading, n-Loading, b-Loading, or i-Loading). Note that these updates are only generated if an automated asset swap is actively scheduled for that specific date. If no event is registered, no text is sent. The /setup command configures this safely for you.

General Workflow

Logoto autonomously scans for the presence of specific scheduled text channels inside your Discord server to index, stage, and execute your visual updates.

Cron Schedule: All automated verifications and server adjustments apply systematically every day at exactly 00:00 UTC.

Priority Rules & Limitations

To preserve server stability and comply with standard Discord API rate limits, Logoto follows specific handling parameters:

  1. One alteration per asset type daily: The server name can change once per day, the server icon once, the banner once, and the invitation background splash once.
  2. Simultaneous edits: You can perfectly combine icon adjustments AND a server name update (or any other type) on the exact same calendar date. Both updates execute at 00:00 UTC.
  3. Duplicate channels (Visual Priority): If you accidentially build multiple channels for the same asset type on the same date (e.g., two l-25-12 channels containing different icons), the channel nested highest up in your Discord category list takes absolute priority and its asset will be applied.

Logoto Bot Commands

Explore the complete list of built-in features accessible straight out of the box using Discord's official Slash Commands:

  • /setup : The essential first command. Automatically builds the required category and logging channels (Logoto, log-logoto) for a quick launch.
  • /add-an-event type: day: month: : Instantly creates a formatting-compliant text channel to schedule your future visual updates under the specified category.
  • /about : Returns technical data regarding the engine's real-time operational status, creator information, and cluster health.
  • /help : Displays the operational dashboard commands directory (or opens this index).
  • /ping : Tests connection latency between the bot framework and Discord's internal API gateways.

Add an Event

Select a graphic or textual element below to display its detailed step-by-step scheduling implementation guide:

ASSET LINK WARNING: Never copy direct image URLs straight out of a Discord text channel chat window (Discord CDN URLs). These internal addresses use temporary encryption hashes and will expire completely within 24 to 48 hours. If the link breaks before your scheduled date arrives, Logoto will fail to load the image. Refer to the Image Links section to resolve this.

Server Icon

Automate your server profile picture update on a precise date.

Server Name

Automatically adjust the displayed structural text title of your community.

Server Banner

Schedule illustrations to slide above your channel lists (Boost Level 2+ Required).

Invite Splash

Personalize the backgrounds of your generic invite links (Boost Level 1+ Required).

Automated Server Name Setup


  1. Create the Planning Channel:
    • Use the slash command /add-an-event type:Name day:[DAY] month:[MONTH].
    • The bot will instantly build a channel named strictly matching this layout format: n-[DAY]-[MONTH].
    • EXAMPLE: To adjust your server title on New Year's Day (January 1st): n-1-1
  2. Schedule the Update:
    • Open the properties of the designated channel.
    • Type your complete new server text string directly into the Channel Topic text input area.
  3. Execution:
    • The bot updates the server title string at 00:00 UTC on the scheduled month and day (limited to one name switch daily, top channel rule applies).

Automated Server Banner Setup


Note: Your community must maintain the required server Boost tier status (Level 2+) to deploy custom graphical banners.

  1. Create the Planning Channel:
    • Use the slash command /add-an-event type:Banner day:[DAY] month:[MONTH].
    • The bot will instantly build a channel named strictly matching this layout format: b-[DAY]-[MONTH].
    • EXAMPLE: To deploy a festive holiday banner on Christmas Day (December 25th): b-25-12
  2. Prepare your Graphic File:
    • Generate and copy a permanent direct web URL pointing to an external static image asset (.png, .jpg).
    • Discord Formatting Guidelines: Standard sizing targets are 960 × 540 pixels using an aspect ratio of 16:9. Keep essential elements centered to avoid edge clipping.
  3. Schedule the Update:
    • Paste this permanent direct image link into your channel's Channel Topic configuration box.
  4. Execution:
    • Logoto applies the graphic asset to your server banner at 00:00 UTC. If multiple banner event channels exist for this day, only the highest one is compiled.

Automated Invite Splash Background Setup


Note: Your community must maintain the required server Boost tier status (Level 1+) to deploy custom invite background splash graphics.

  1. Create the Planning Channel:
    • Use the slash command /add-an-event type:Invite Splash day:[DAY] month:[MONTH].
    • The bot will instantly build a channel named strictly matching this layout format: i-[DAY]-[MONTH].
    • EXAMPLE: To schedule a themed background splash for July 14th: i-14-7
  2. Prepare your Graphic File:
    • Generate and copy a permanent direct web URL pointing to an external static image asset.
    • Discord Formatting Guidelines: Sizing targets require a crisp 1920 × 1080 pixel footprint (standard 16:9 aspect ratio) to render correctly across mobile and desktop interfaces.
  3. Schedule the Update:
    • Paste your permanent direct image URL straight into the channel's Channel Topic input area.
  4. Execution:
    • As soon as the target day reaches 00:00 UTC, the illustration rolls out onto your web invite screens (highest listed channel takes priority if duplicate channels exist).