Mise a jour
[version] Bump
This commit is contained in:
parent
fd15b5a022
commit
1d36e18089
@ -1,12 +1,12 @@
|
|||||||
from config.config_types import factory
|
from config.config_types import factory
|
||||||
import config.config_types as c_t
|
import config.config_types as c_t
|
||||||
import discord
|
import discord
|
||||||
from mod_base import BasePython
|
from mod_base import BaseModule
|
||||||
|
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
|
|
||||||
class Logging(BasePython):
|
class Logging(BaseModule):
|
||||||
def __init__(self, client):
|
def __init__(self, client):
|
||||||
super().__init__(client)
|
super().__init__(client)
|
||||||
self.config.register("error_channels", factory(c_t.List, factory(c_t.discord_types.Channel, client)))
|
self.config.register("error_channels", factory(c_t.List, factory(c_t.discord_types.Channel, client)))
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
name = "Logging"
|
name = "Logging"
|
||||||
description = "Use discord to display bot logs"
|
description = "Use discord to display bot logs"
|
||||||
|
|
||||||
version = "0.2.0"
|
version = "1.0.0"
|
||||||
bot_version = "~=0.1.0"
|
bot_version = "~=0.1.0"
|
||||||
|
|
||||||
metamodule = false
|
metamodule = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mod_base = "~=0.1.0"
|
mod_base = "~=1.0.0"
|
Loading…
Reference in New Issue
Block a user