Skip to content

Commands

NetscapeDreams edited this page Jan 21, 2023 · 2 revisions

Uranium offers a variety of commands for use in interaction with the bot's functions.

about

Displays information about Uranium and the current version it runs on. It also provides a link to the AGPLv3, and a repository link to either the official Uranium repository, or a different repo if the bot has been modified.

Usage: u.about

avatar

Allows you to change or view an isotope's avatar.

Usage: u.avatar <name> [imageAttachment]

brackets

Allows you to change or view an isotope's brackets.

Usage u.brackets <name> [newbrackets]

data

View the privacy policy and read about how Uranium uses the data it collects.

Usage u.data

delete

Deletes an isotope's message via a reply.

This will not work if you do not own the isotope, or the message log has been cleared.

There is a "user" parameter, but it is only used when this command is called via the ❌ reaction.

This is not to be confused with remove.

Usage: u.delete

edit

Edits an isotopes message via a reply. Embeds/images will remain even when edited.

Usage: u.edit <message>

export

Exports a user's user data file via DMs.

Usage: u.export

list

Lists the isotopes that you own, or of another user.

Usage: u.list [member]

register

Registers a new isotope in your user data file.

Usage: u.register <name> <brackets> [imageAttachment]

reinit

Wipes your user data file.

Usage: u.reinit confirm

remove

Removes an isotope that you own.

Usage: u.remove <name>

rename

Renames an isotope.

Usage: u.rename <oldname> <newname>

send

Sends a singular message under an isotope.

This method for sending proxy messages is not recommended, and you should instead just use the brackets by itself.

Usage: u.send <brackets> <msg>

webhookstatus

A debug command. Checks if Uranium has a webhook stored in its local database for the current channel, and if the local database entry is found in the channel's webhook list.

Usage: u.webhookstatus

Clone this wiki locally