Errors API Reference#

Errors related to this library.

Errors#

exception dawn.DawnException[source]#

All the exceptions raised by library are subclasses of this class.

exception dawn.CommandAlreadyExists(name: str)[source]#

Raised when two commands with same name are tried to register.

exception dawn.ModuleAlreadyLoaded(path: str)[source]#

Raised when an already loaded module is tried to load again.

exception dawn.BotNotInitialised[source]#

Raised when bot is accessed without initlization.