From 37d59c8d96129c6a3a8f3a91882b20b1ff4dc454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Bl=C3=B6meke?= Date: Sat, 9 Mar 2019 18:06:12 +0100 Subject: [PATCH] Allow "e" to act as expand as well Missed a bracket that i thought i added --- 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 863b8b6c..0f51968e 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;