From bdbea2abb95e542f230a15b3119df0996a3edc95 Mon Sep 17 00:00:00 2001 From: IFcoltransG <47414286+IFcoltransG@users.noreply.github.com> Date: Sat, 2 May 2020 13:14:28 +1200 Subject: [PATCH] Spelling mistake in Bohemian Rhapsody description --- src/commands/bohemian_rhapsody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/bohemian_rhapsody.js b/src/commands/bohemian_rhapsody.js index c9bb3ef..878b8e9 100644 --- a/src/commands/bohemian_rhapsody.js +++ b/src/commands/bohemian_rhapsody.js @@ -40,6 +40,6 @@ exports.conf = { exports.help = { name: "bohemian_rhapsody", category: "Fun", - description: "Queen kareoke", + description: "Queen karaoke", usage: "bohemian_rhapsody" };