Hello! I'm OMYX

OMYX currently focuses on moderation tools and fun commands. The bot is designed to be safe to use — no unwanted data collection or dangerous frontend behavior.

Note: The global ban command is very powerful — only trusted server administrators should use it.

  • SecurityThe bot does not leak tokens or secrets — use environment variables on the server.
  • ModerationGlobal ban/unban, warns and timeout (mute) features.
  • FunnyJokes and informational commands to entertain your community.

Commands (prefix: !?)

The list below separates moderation commands from fun commands. Ban/globalban commands are always considered moderation commands and require admin permissions.

Moderation Commands

!?globalban <user> [reason]

Global ban: iterates the bot's guilds and attempts to ban the specified user.

Permissions: ADMINISTRATOR

Important: this is a highly impactful command — only trusted admins should use it. Events are logged to the configured log channel.

!?globalunban <user> [reason]

Global unban: iterates guilds and removes the ban for the user if present.

Permissions: ADMINISTRATOR

!?warn <user|id> [reason]

Warn a user: stores warns in a local file and attempts to DM the user. Command cooldown: 5 minutes.

Permissions: BanMembers (or similar moderation permission)

!?mute <@user|id> <duration> [reason]

Temporary timeout using Discord's timeout API. Duration format: 10s, 5m, 2h, 1d. Max 28 days.

Permissions: ModerateMembers or Administrator

!?server info

Server information (currently placeholders in the code).

Permissions: everyone


Informational Commands

!?help

Shows the list of commands and short descriptions.

!?ping

Shows latency and API ping.

!?info / !?stats

Bot info: number of servers, version — RAM/CPU fields are placeholders in the current code.


Funny / Entertainment Commands

!?i'm bored

Short playful reply: "Me too."

!?XMASJOKE

Sends a Christmas joke.

Note: some commands are private (for the OMYX team or specific servers only) and are intentionally not listed publicly.

Note: all moderation commands check for proper permissions in the code. Global ban success depends on the bot's role hierarchy and permissions.