feature:积分交易功能上线
This commit is contained in:
@@ -24,7 +24,7 @@ class PointTrade:
|
|||||||
with open("point_trade/config.toml", "rb") as f:
|
with open("point_trade/config.toml", "rb") as f:
|
||||||
plugin_config = tomllib.load(f)
|
plugin_config = tomllib.load(f)
|
||||||
|
|
||||||
config = plugin_config["Music"]
|
config = plugin_config["PointTrade"]
|
||||||
|
|
||||||
self.enable = config["enable"]
|
self.enable = config["enable"]
|
||||||
self.command = config["command"]
|
self.command = config["command"]
|
||||||
|
|||||||
Reference in New Issue
Block a user