mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Add British Waldo Aliases
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class WaldoCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'waldo',
|
||||
aliases: ['wheres-waldo', 'where\'s-waldo'],
|
||||
aliases: ['wheres-waldo', 'where\'s-waldo', 'wally', 'wheres-wally', 'where\'s-wally'],
|
||||
group: 'games-sp',
|
||||
memberName: 'waldo',
|
||||
description: 'Try to find Waldo with spoiler tags!',
|
||||
|
||||
Reference in New Issue
Block a user