COMMAND
/ping
description: Latency information.
usage: /ping
availability: everywhere
Returns
the following:
- the time between when the command was sent and when it was received by the bot
- the latency of the bot’s WebSocket
COMMAND
/join
description: Join one of The Square’s regions and change the colour of your name.
usage:
/join <region>
parameters:
-
region
description: The region you want to move to and the colour you want your name to be.
options:
- dark-red
- red
- orange
- dark-yellow
- yellow
- gold
- lime
- green
- dark-green
- olive
- teal
- turquoise
- light-blue
- cyan
- blue
- dark-blue
- magenta
- fuchsia
- pink
- lavender
- violet
- purple
availability: Seal Squad
Gives you the role
associated with whichever region you selected. Your name will turn that colour. If you already have a region role, it is removed and replaced by the new
one. Getting a region role constitutes joining a region of The Square, so choose wisely.
COMMAND
/leave
description: Leave The Square and reset the colour of your name.
usage: /leave
availability: Seal Squad
Removes your
region role — if you have one — effectively removing you from The Square. Remember, you don’t have
to do this if you want to change regions! The /join command automatically removes your existing region role.
COMMAND
/text
description: Send a message on my website’s chat page.
usage:
/text <message>
parameters:
-
message
description: The text you want to send.
pattern: /^.{1,120}$/
availability: everywhere
Sends a message of up to 120 characters to my website’s chat page,
anonymously and publicly. Keep in mind, however, that if you use the command in a server it will probably be pretty clear it was you. Messages are deleted
after 30 minutes. Please review the privacy policy at the bottom of this page before using this command.
COMMAND
/text-space
description: Put a space between every character in some text.
usage:/text-space <text>
parameters:
-
text
description: The text you want to add spaces to.
pattern: /^.+$/
availability: everywhere
Very simple automation tool.
COMMAND
/embed
description: Send a custom embed.
usage:/embed <title> <description> [colour]
parameters:
-
title
description: The embed’s title.
pattern: /^.+$/ -
description
description: The embed’s description.
pattern: /^.+$/ -
colour
description: The embed’s accent colour.
pattern: /^#?[0-9A-Fa-f]{6}$/
availability: everywhere
Creates a simple embed, like those generated from links. The colour, if you include it, must be a valid
hex code.
COMMAND
/help
description: Send this command if you don’t know how to use the bot or if you just want to learn more about it.
usage: /help
availability: everywhere
Provides some useful links. Perhaps that’s how you got
here?
FEATURE
Welcome Message on Server Join
When someone joins one of my servers, a message is sent to welcome them and provide a list of things that new members should do. The message also says how many members are in the server.
EXTRAS
Privacy Policy
When a command is executed, the following is logged:
- the name of the command
- any input/output
- if the command was executed in a DM
- the display name and username of whoever executed the command
- when the command was executed
Omega Seal has access to
server-related information
in addition to
the information available to all Discord bots.
For features that connect to my website, please review
my website’s privacy policy.
If you’re still concerned, just go look at
the source code!
EXTRAS
Attribution
- typeface: JetBrains Mono
- icons: Font Awesome
- database: Firebase Realtime Database
- Discord bot made with discord.js (a Node.js package)
- this page uses command syntax notation based on the Minecraft (Java Edition) command syntax notation