update @moduledoc

This commit is contained in:
Loïc Bersier 2024-10-12 17:13:33 +02:00
parent 77ebcf9d7b
commit 7c14b540e6
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
defmodule HahaYes.Commands.Download do defmodule HahaYes.Commands.Download do
@moduledoc """ @moduledoc """
Contain all the function for each commands Download command
""" """
alias Nostrum.Api alias Nostrum.Api

View file

@ -1,6 +1,6 @@
defmodule HahaYes.Commands.Ping do defmodule HahaYes.Commands.Ping do
@moduledoc """ @moduledoc """
Contain all the function for each commands Ping command
""" """
alias Nostrum.Api alias Nostrum.Api

View file

@ -1,4 +1,10 @@
defmodule HahaYes.Events.ReadyConsumer do defmodule HahaYes.Events.ReadyConsumer do
@moduledoc """
Triggered when the bot is ready to responds.
Also give some stats.
"""
use Nostrum.Consumer use Nostrum.Consumer
def handle_event({:READY, event, _ws_state}) do def handle_event({:READY, event, _ws_state}) do