diff options
Diffstat (limited to 'lib/consumer.ex')
| -rw-r--r-- | lib/consumer.ex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/consumer.ex b/lib/consumer.ex index 614c261..a594846 100644 --- a/lib/consumer.ex +++ b/lib/consumer.ex @@ -6,10 +6,6 @@ alias Phoenix.PubSub defmodule Thulani.DiscordConsumer do use Nostrum.Consumer - def start_link do - Nostrum.Consumer.start_link(__MODULE__) - end - @spec handle_event(Nostrum.Consumer.message_create()) :: nil def handle_event({ :MESSAGE_CREATE, |
