Reference

Commands

Every Ayios command, grouped by module. Search by name or description; each entry shows its usage, what it does, and the minimum permission level required.

Information

3
info

View information about Ayios.

Aliases: information, help, cmds, commands
ping

View the current latency of Ayios.

whois [user]
Moderator+Server only

View information about a Discord user.

Aliases: w

Moderation

13
ban <user> <reason> [duration]
Moderator+Server only

Ban a member from the server.

Examples
ban user:@Spammer reason:Don't spam the chat! duration:7dban user:@ToxicUser reason:Violating Rule 4 - Don't be toxic duration:7dban @Spammer Don't spam the chat!ban @ToxicUser 7d Violating Rule 4 - Don't be toxic
case <id>
Moderator+Server only

View information about a case.

Examples
case id:abc123case abc123
delnote <id>
Moderator+Server only

Delete an existing note.

Aliases: deletenote, dnote
Examples
delnote id:abc123delnote abc123
editnote <id> <content>
Moderator+Server only

Edit an existing note.

Aliases: enote
Examples
editnote id:abc123 content:Updated note contenteditnote abc123 Updated note content
kick <user> <reason>
Moderator+Server only

Kick a member from the server.

Examples
kick @ProblematicUser Spamming in chat
modlogs <user> [page]
Moderator+Server only

View the moderation history of a user.

Examples
modlogs user:@Usermodlogs user:@User page:2modlogs @Usermodlogs @User 2
mute <user> <duration> <reason>
Moderator+Server only

Mute a member in the server.

Examples
mute user:@Spammer duration:1h reason:Spamming in chatmute @Spammer 1h Spamming in chat
note <user> <content>
Moderator+Server only

Add a note to a user.

Aliases: addnote
Examples
note user:@User content:This user has been warned before.note @User This user has been warned before.
notes <user> [page]
Moderator+Server only

View notes for a user.

Examples
notes user:@Usernotes user:@User page:2notes @Usernotes @User 2
unban <user> <reason>
Moderator+Server only

Unban a user from the server.

Examples
unban @BannedUser Appeal accepted
unmute <user> <reason>
Moderator+Server only

Unmute a member in the server.

Examples
unmute @MutedUser Appeal accepted
viewnote <id>
Moderator+Server only

View a specific note by ID.

Aliases: vnote
Examples
viewnote id:abc123viewnote abc123
warn <user> <reason>
Moderator+Server only

Warn a member in the server.

Examples
warn @ProblematicUser Spamming in chat