diff --git a/lib/events/ready.ex b/lib/events/ready.ex
index 15e7405..817ea0e 100644
--- a/lib/events/ready.ex
+++ b/lib/events/ready.ex
@@ -11,6 +11,7 @@ defmodule HahaYes.Events.ReadyConsumer do
     IO.puts("""
     #{event.user.username} (#{event.user.id}) is ready!
     I am in #{length(event.guilds)} servers!
+    Prefix: #{Application.get_env(:nostrum, :prefix)}
     """)
   end
 end