update @moduledoc
This commit is contained in:
parent
77ebcf9d7b
commit
7c14b540e6
3 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
defmodule HahaYes.Commands.Download do
|
||||
@moduledoc """
|
||||
Contain all the function for each commands
|
||||
Download command
|
||||
"""
|
||||
|
||||
alias Nostrum.Api
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
defmodule HahaYes.Commands.Ping do
|
||||
@moduledoc """
|
||||
Contain all the function for each commands
|
||||
Ping command
|
||||
"""
|
||||
|
||||
alias Nostrum.Api
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
defmodule HahaYes.Events.ReadyConsumer do
|
||||
@moduledoc """
|
||||
Triggered when the bot is ready to responds.
|
||||
|
||||
Also give some stats.
|
||||
"""
|
||||
|
||||
use Nostrum.Consumer
|
||||
|
||||
def handle_event({:READY, event, _ws_state}) do
|
||||
|
|
Loading…
Reference in a new issue