Back to tools collection
Silver Cat Assistant

Discord reminders, dashboard control, and AI Translate in one assistant.

Create and manage reminders from Discord or the dashboard. Silver Cat Assistant helps communities automate schedules, tag the right people, and translate selected messages with AI without leaving their workflow.

Add your Discord application client ID in script.js to enable the live invite button.

Use the bot

Invite once, then use small tools inside Discord.

Designed as a community utility: admins can configure reminders from slash commands or the web dashboard, members can request AI translations, and everyone keeps working inside Discord.

Recommended permissions
  • View Channels
  • Send Messages
  • Mention Everyone or selected roles
  • Use slash commands
1

Click Add to Discord and approve the bot for your server.

2

Choose your setup path: open /dashboard in Discord or visit https://silvercat-utils.com/ultilities/saodem-discord-bot/dashboard.html on the web.

3

Create reminders with /event-create, refine them in the dashboard, then use /help and AI Translate when your server needs support.

01

Event schedule

Keep recurring reminders in one readable schedule with exact weekday, time, channel target, and message content for any community workflow.

Pin note
This week
Tue18:00Town Hall reminder
Thu20:30Workshop kickoff
Sat10:00Volunteer check-in
Pin note
Reminder preview
Silver Cat Assistant logo
Silver Cat Assistant APP

@everyone Workshop starts soon. Check the agenda, links, and attendance thread.

02

Discord-native alerts

The bot posts where your members already are, with role mentions or @everyone depending on your setup.

03

Command center

Admins can create, edit, delete, and review reminders from Discord or the dashboard while keeping AI translation tools and quick help close to the messages people need.

/helpShow every command plus docs and dashboard links
/dashboardOpen the dashboard from Discord
/event-createCreate a reminder without leaving Discord
/event-editUpdate an existing reminder
/event-deleteRemove a reminder you no longer need
/eventsList configured reminders
Translate MessageRight-click a message and request an AI translation
Commands

Discord controls

/help

Open the command hub with dashboard and docs links.

/ping

Check whether the bot is online.

/about

Read the short product summary and docs link.

/dashboard

Open the guild dashboard link from Discord.

/setup

Choose the default reminder channel and mention target.

/config

Review the current reminder settings for your server.

/event-create

Create a reminder from Discord.

/event-edit

Edit an existing reminder.

/event-delete

Delete a reminder.

/event-toggle

Enable or disable a reminder.

/events

List all configured reminders.

/test-alert

Send a test reminder into the configured channel.

/bot-toggle

Pause or resume all scheduled reminders for the server.

Translate Message

Right-click any message in Discord and request an AI translation.

AI Translate

AI-powered message translation

1

Right-click a Discord message and open Apps.

2

Choose Translate Message to request a clean AI translation.

3

Read the result privately without interrupting the channel.

Event Data

Model reminders around your community, not a preset game template

Each reminder can carry its own title, schedule, message, default channel, mention target, and enabled state so teams can manage announcements without touching bot code.

{
  "id": "town-hall",
  "name": "Town Hall Reminder",
  "enabled": true,
  "reminders": [
    {
      "weekday": 2,
      "time": "18:00",
      "label": "TUE 18:00 UTC+7",
      "message": "Town Hall starts soon. Agenda and links are posted in #events."
    }
  ]
}