-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
Hello, I am a new user of your library, I was developing a bot and noticed that things are a little out of date. As of now, I got this error message:
** (Mix) Could not start application Mybot: exited in: Mybot.Application.start(:normal, [])
** (EXIT) an exception was raised:
** (ArgumentError) The module Nostrum.Bot was given as a child to a supervisor but it does not exist
(elixir 1.18.4) lib/supervisor.ex:797: Supervisor.init_child/1
(elixir 1.18.4) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2
(elixir 1.18.4) lib/supervisor.ex:783: Supervisor.init/2
(elixir 1.18.4) lib/supervisor.ex:707: Supervisor.start_link/2
(kernel 10.3.1) application_master.erl:299: :application_master.start_it_old/4
I went to check the deps and found that there was no bot.ex file in lib/, in the latest release, 10.4, it isn't included. However it is present in the current master branch and documentation for beginners. So... yeah gotta fix this.
Metadata
Metadata
Assignees
Labels
No labels