diff --git a/app/Console/Commands/NotifyDemo.php b/app/Console/Commands/NotifyDemo.php
index b6e5015f8..990a03869 100644
--- a/app/Console/Commands/NotifyDemo.php
+++ b/app/Console/Commands/NotifyDemo.php
@@ -59,9 +59,9 @@ class NotifyDemo extends Command
Channels:
- email
- - slack
- discord
- telegram
+ - slack
- pushover
@@ -73,6 +73,6 @@ class NotifyDemo extends Command
In which manner you wish a coolified notification?
- HTML, ['email', 'slack', 'discord', 'telegram', 'pushover']);
+ HTML, ['email', 'discord', 'telegram', 'slack', 'pushover']);
}
}