mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Implement MetroEdge in the codebase
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
/* global disabled */
|
||||
|
||||
(function () {
|
||||
const theme_options = ["DiscordDark", "BetterTitan"]; // All the avaliable theming names
|
||||
const theme_options = ["DiscordDark", "MetroEdge", "BetterTitan"]; // All the avaliable theming names
|
||||
const badges_options = ["administrator", "partner", "supporter", "star"]; // All badges avaliable
|
||||
|
||||
var user_def_css; // Saves the user defined css
|
||||
|
Reference in New Issue
Block a user