Click Add to Discord and approve the bot for your server.
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.
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.
Choose your setup path: open /dashboard in Discord or visit https://silvercat-utils.com/ultilities/saodem-discord-bot/dashboard.html on the web.
Create reminders with /event-create, refine them in the dashboard, then use /help and AI Translate when your server needs support.
Event schedule
Keep recurring reminders in one readable schedule with exact weekday, time, channel target, and message content for any community workflow.
Discord-native alerts
The bot posts where your members already are, with role mentions or @everyone depending on your setup.
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 remindersTranslate MessageRight-click a message and request an AI translationDiscord controls
/helpOpen the command hub with dashboard and docs links.
/pingCheck whether the bot is online.
/aboutRead the short product summary and docs link.
/dashboardOpen the guild dashboard link from Discord.
/setupChoose the default reminder channel and mention target.
/configReview the current reminder settings for your server.
/event-createCreate a reminder from Discord.
/event-editEdit an existing reminder.
/event-deleteDelete a reminder.
/event-toggleEnable or disable a reminder.
/eventsList all configured reminders.
/test-alertSend a test reminder into the configured channel.
/bot-togglePause or resume all scheduled reminders for the server.
Translate MessageRight-click any message in Discord and request an AI translation.
AI-powered message translation
Right-click a Discord message and open Apps.
Choose Translate Message to request a clean AI translation.
Read the result privately without interrupting the channel.
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."
}
]
}