From 310fbacdfe7d3b9e658465f36f0d3a2cc70d97f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 1 Apr 2020 17:21:10 +0300 Subject: [PATCH] Added new emojis --- struct/emojis.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/struct/emojis.js b/struct/emojis.js index adae066..b4b34d4 100644 --- a/struct/emojis.js +++ b/struct/emojis.js @@ -7,6 +7,8 @@ module.exports = { list: "<:RadioXList:688541155519889482>", play: "<:RadioXPlay:688541155712827458>", stop: "<:RadioXStop:688541155377414168>", + statistics: "<:RadioXStatistics:000000000000000000>", + maintenance: "<:RadioXMaintenance:000000000000000000>", x: "<:RadioXX:688541155792781320>" }; @@ -16,6 +18,8 @@ module.exports = { list: "📜", play: "â–ļī¸", stop: "⏚ī¸", + statistics: "📊", + maintenance: "🛠ī¸", x: "❌" };