diff --git a/src/main/java/wtf/beatrice/hidekobot/util/FormatUtil.java b/src/main/java/wtf/beatrice/hidekobot/util/FormatUtil.java index 5516107..f950d7c 100644 --- a/src/main/java/wtf/beatrice/hidekobot/util/FormatUtil.java +++ b/src/main/java/wtf/beatrice/hidekobot/util/FormatUtil.java @@ -14,13 +14,14 @@ public class FormatUtil // cosmetic string to print on startup. - private static final String LOGO = - "██╗░░██╗██╗██████╗░███████╗██╗░░██╗░█████╗░\n" + - "██║░░██║██║██╔══██╗██╔════╝██║░██╔╝██╔══██╗\n" + - "███████║██║██║░░██║█████╗░░█████═╝░██║░░██║\n" + - "██╔══██║██║██║░░██║██╔══╝░░██╔═██╗░██║░░██║\n" + - "██║░░██║██║██████╔╝███████╗██║░╚██╗╚█████╔╝\n" + - "╚═╝░░╚═╝╚═╝╚═════╝░╚══════╝╚═╝░░╚═╝░╚════╝░"; + private static final String LOGO = """ + ██╗░░██╗██╗██████╗░███████╗██╗░░██╗░█████╗░ + ██║░░██║██║██╔══██╗██╔════╝██║░██╔╝██╔══██╗ + ███████║██║██║░░██║█████╗░░█████═╝░██║░░██║ + ██╔══██║██║██║░░██║██╔══╝░░██╔═██╗░██║░░██║ + ██║░░██║██║██████╔╝███████╗██║░╚██╗╚█████╔╝ + ╚═╝░░╚═╝╚═╝╚═════╝░╚══════╝╚═╝░░╚═╝░╚════╝░ + """; /**