From 793c2f95fe37dfb145807e514697c5fa9e69b4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 12 Oct 2024 21:11:34 +0200 Subject: [PATCH] Show prefix --- lib/events/ready.ex | 1 + 1 file changed, 1 insertion(+) 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