Changement du nom de la classe pour que ce soit plus logique
[version] Bump
This commit is contained in:
parent
7911dc1627
commit
3c89ee363e
@ -7,7 +7,7 @@ import os
|
|||||||
import toml
|
import toml
|
||||||
|
|
||||||
|
|
||||||
class BasePython:
|
class BaseModule:
|
||||||
|
|
||||||
def __init__(self, client):
|
def __init__(self, client):
|
||||||
with open(os.path.join(os.path.dirname(inspect.getfile(self.__class__)), "infos.toml")) as f:
|
with open(os.path.join(os.path.dirname(inspect.getfile(self.__class__)), "infos.toml")) as f:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name = "Base"
|
name = "Base"
|
||||||
description = "Base module to avoid code repetition"
|
description = "Base module to avoid code repetition"
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
bot_version = "~=0.1.0"
|
bot_version = "~=0.1.0"
|
||||||
|
|
||||||
metamodule = true
|
metamodule = true
|
||||||
|
Loading…
Reference in New Issue
Block a user