From a850ab915230712677119a4894059d5157be448c Mon Sep 17 00:00:00 2001 From: RTAkland Date: Tue, 8 Oct 2024 11:55:08 +0800 Subject: [PATCH] chore: remove unused language color --- .../cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt index b686212..c4687da 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/parse/GitHubParseCommand.kt @@ -85,11 +85,6 @@ object GitHubParseCommand { "M" to Color(0x9a6700), "HCL" to Color(0x844fba), "Scilab" to Color(0xca0f21), - "SQF" to Color(0x3f3f3f), - "SQF" to Color(0x3f3f3f), - "SQF" to Color(0x3f3f3f), - "SQF" to Color(0x3f3f3f), - "SQF" to Color(0x3f3f3f), "Unknown" to Color(211, 211, 211) )