From c0f9e78f6c9b4d7952534901995209db32355a51 Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Sun, 19 Feb 2023 15:47:07 +0200 Subject: [PATCH] missing semicolon --- src/structures/Buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Buttons.js b/src/structures/Buttons.js index 3a2027f..278443a 100644 --- a/src/structures/Buttons.js +++ b/src/structures/Buttons.js @@ -112,7 +112,7 @@ class Buttons { id: button.id, text: button.body } - } + }; } });