Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 250246b

Browse files
committed
Change Enable Message
1 parent f83b30e commit 250246b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

src/VectorNetworkProject/TheMix/TheMix.php

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,20 @@ public function onLoad()
2828
public function onEnable()
2929
{
3030
$this->registerCommands();
31-
$this->getLogger()->notice(TextFormat::GREEN . "
31+
$this->getLogger()->notice(TextFormat::AQUA . '
3232
33-
████████╗██╗ ██╗███████╗ ███╗ ███╗██╗██╗ ██╗
34-
╚══██╔══╝██║ ██║██╔════╝ ████╗ ████║██║╚██╗██╔╝
35-
██║ ███████║█████╗ ██╔████╔██║██║ ╚███╔╝
36-
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██║ ██╔██╗
37-
██║ ██║ ██║███████╗ ██║ ╚═╝ ██║██║██╔╝ ██╗
38-
╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝
3933
40-
");
34+
███ ▄█ █▄ ▄████████ ▄▄▄▄███▄▄▄▄ ▄█ ▀████ ▐████▀
35+
▀█████████▄ ███ ███ ███ ███ ▄██▀▀▀███▀▀▀██▄ ███ ███▌ ████▀
36+
▀███▀▀██ ███ ███ ███ █▀ ███ ███ ███ ███▌ ███ ▐███
37+
███ ▀ ▄███▄▄▄▄███▄▄ ▄███▄▄▄ ███ ███ ███ ███▌ ▀███▄███▀
38+
███ ▀▀███▀▀▀▀███▀ ▀▀███▀▀▀ ███ ███ ███ ███▌ ████▀██▄
39+
███ ███ ███ ███ █▄ ███ ███ ███ ███ ▐███ ▀███
40+
███ ███ ███ ███ ███ ███ ███ ███ ███ ▄███ ███▄
41+
▄████▀ ███ █▀ ██████████ ▀█ ███ █▀ █▀ ████ ███▄
42+
43+
44+
');
4145
}
4246

4347
public function onDisable()

0 commit comments

Comments
 (0)