Nostrum.Consumer.start_link
You're seeing just the function
start_link
, go back to Nostrum.Consumer module for more information.
Specs
start_link(module(), options()) :: Supervisor.on_start()
Starts a consumer process.
mod
is the name of the module where you define your event callbacks, which should probably be
the current module which you can get with __MODULE__
.
opts
is a list of general process options. See Nostrum.Consumer.options/0
for more info.