diff --git a/__init__.py b/__init__.py index 07a7c7e..736bd98 100644 --- a/__init__.py +++ b/__init__.py @@ -7,7 +7,7 @@ import os import toml -class BasePython: +class BaseModule: def __init__(self, client): with open(os.path.join(os.path.dirname(inspect.getfile(self.__class__)), "infos.toml")) as f: diff --git a/infos.toml b/infos.toml index 1478f70..a676507 100644 --- a/infos.toml +++ b/infos.toml @@ -1,7 +1,7 @@ name = "Base" description = "Base module to avoid code repetition" -version = "0.1.0" +version = "1.0.0" bot_version = "~=0.1.0" metamodule = true