Skip to content

Argument Cheatsheet

Evan Husted edited this page Jul 11, 2020 · 9 revisions

A command argument wrapped in {} means that it is required. If it is wrapped in [], then it is optional and can be omitted.

This is a list of common command arguments used inside of Volte's commands. Use this to understand exactly what you need to provide the bot!

  • String
    • A series of characters, usually enclosed in quotation marks ""; though this is usually not required for Volte commands.
  • Boolean
    • A true or false value. Can be provided as many other words, such as yes, enable, or even yeah for true.
  • Int
    • A 32-bit Integer. Just a standard number.
  • RestUser
    • A Discord User obtained from REST (because they may not be in the Guild anymore). Can be provided via ID only, unless they're still in your client's cache, in which case you can mention them.
  • Member
    • A Discord User in a Guild context (aka Server Member). Can be provided via mention, user ID, username, nickname or username#tag.
  • Role
    • A Discord Role. Can be provided via ID or name.
  • Channel
    • A Discord Text Channel. Can be provided via ID or name.
  • Color
    • A Discord Color. Can be provided via #hex code or an RGB value (separated by a single space).
  • Tag
    • A Volte Tag. Can only be provided via name.
  • Emote
    • A Discord Emote or unicode emoji. Can be provided via using said emoji/emote.
  • Guild
    • A Discord Guild (Server). Typically used only in Owner commands. Can be provided via ID or name.
  • Ulong
Clone this wiki locally