Evelina
HomeStatusCommandsFAQInviteSupport Server
  • Overview
    • Introduction
    • Donator Perks
  • Security Setup
    • Antinuke
      • Role creation
      • Role deletion
      • Role editing
      • Role giving
      • Role locking
      • Channel creation
      • Channel deletion
      • Kick
      • Ban
      • Bot adding
    • Join Gate
    • Moderation
    • Auto Moderation
      • Invite
      • Words
      • Spamming
      • Repeat
    • Fake Permissions
  • Server Configuration
    • Roles
      • Vanity Roles
      • Booster Roles
      • Reaction Roles
      • Button Roles
    • Messages
      • System Messages
      • Auto Responders
      • Auto Messages
      • Button Messages
    • Logging
    • Starboard
    • VoiceMaster
    • Level Rewards
    • Bump Reminder
    • Reaction Triggers
    • Command Aliases
  • Miscellaneous
    • Music
    • Tickets
    • Counters
    • Webhook
    • Giveaway
    • Invite Tracker
  • Economy
    • General
  • Business
  • Laboratory
  • Company
  • Cards
  • Games
  • Integrations
    • Last.fm
  • Social Notifications
  • Resources
    • Syntax
    • Scripting
      • Embeds
      • Variables
      • Pagination
    • Permissions
    • Punishments
  • Common Issues
    • iOS Dash
    • Server Removal
Powered by GitBook
On this page
  • Overview
  • Creating an alias
  • Predefined arguments
  • Removing an alias
  • Viewing all aliases
  1. Server Configuration

Command Aliases

Create shortcuts to invoke other commands.

PreviousReaction TriggersNextMusic

Last updated 7 days ago

Overview

Command aliases allow you to create custom commands that run other commands. This can be useful for creating shorter or more memorable commands for your server. For example, you could create an alias that runs the role command with a specific role.

Creating an alias

You can create an alias using the alias add command.

Syntax: ;alias add [alias] [command]
Example: ;alias add deport ban

Predefined arguments

You’re able to use predefined arguments in your aliases, however, if you want to use the user’s input as an argument, you have to use {}. Keep in mind that the first argument is {0}, the second argument is {1}, and so on, it doesn’t start at {1}.

;ban @bender.py Harrassing Members
// {0} would be @bender.py
// {1} would be Harrassing Members

Below is an example of an alias that uses predefined arguments:

;alias add shh timeout {0} 10m
;shh @bender.py

This alias would run the timeout command with the first argument being @bender.py from the user’s input and the second argument being 10m as predefined.

Removing an alias

You can remove an alias using the alias remove command.

Syntax: ;alias remove [alias]
Example: ;alias remove deport

Viewing all aliases

You can use the alias list command to view all aliases.