From ff6812cc4e365089fb63af93e1b32a356bf9fb19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Bl=C3=B6meke?= Date: Sat, 9 Mar 2019 18:02:27 +0100 Subject: [PATCH] Allow "e" to act as expand as well Im getting annoyed at having to write expand all the time, just an e would make things easier and slightly faster --- src/plugins/ModActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ModActions.ts b/src/plugins/ModActions.ts index f396ae92..863b8b6c 100644 --- a/src/plugins/ModActions.ts +++ b/src/plugins/ModActions.ts @@ -1144,7 +1144,7 @@ export class ModActionsPlugin extends ZeppelinPlugin 8) { msg.channel.createMessage("Too many cases for expanded view. Please use compact view instead."); return;