You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The __init__() function is derived from the Bot class and has the attributes logger and config. When called, it also calls the class function _start_database().
This test has a circular relation to testing the _start_database() function.
The text was updated successfully, but these errors were encountered:
The
__init__()
function is derived from the Bot class and has the attributeslogger
andconfig
. When called, it also calls the class function_start_database()
.This test has a circular relation to testing the
_start_database()
function.The text was updated successfully, but these errors were encountered: