mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Bunch of new aliases
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = class FireCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'fire',
|
||||
aliases: ['hell', 'burn'],
|
||||
aliases: ['hell', 'burn', 'flames'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'fire',
|
||||
description: 'Burns a user\'s avatar.',
|
||||
|
||||
@@ -9,7 +9,7 @@ module.exports = class RipCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'rip',
|
||||
aliases: ['grave', 'grave-stone'],
|
||||
aliases: ['grave', 'grave-stone', 'rest-in-peace'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'rip',
|
||||
description: 'Draws a user\'s avatar over a gravestone.',
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class SipCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'sip',
|
||||
aliases: ['tea'],
|
||||
aliases: ['tea', 'sip-tea'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'sip',
|
||||
description: 'Draws a user\'s avatar sipping tea.',
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class SteamNowPlayingClassicCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'steam-now-playing-classic',
|
||||
aliases: ['now-playing-classic'],
|
||||
aliases: ['now-playing-classic', 'steam-now-playing-c', 'now-playing-c'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'steam-now-playing-classic',
|
||||
description: 'Draws a user\'s avatar over a Steam "now playing" notification (old skin).',
|
||||
|
||||
Reference in New Issue
Block a user