Show prefix

This commit is contained in:
Loïc Bersier 2024-10-12 21:11:34 +02:00
parent 130e680739
commit 793c2f95fe

View file

@ -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