From 51aaf5555a2556024e4a85d78de447ae3d604339 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 16 May 2020 23:17:06 -0400 Subject: [PATCH] Add British Waldo Aliases --- commands/games-sp/waldo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/waldo.js b/commands/games-sp/waldo.js index cafce15c..5a944057 100644 --- a/commands/games-sp/waldo.js +++ b/commands/games-sp/waldo.js @@ -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!',