You've already forked KemoFureApi
refactor
This commit is contained in:
7
modules/Nexon/nexondb.py
Normal file
7
modules/Nexon/nexondb.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class KingdomDB:
|
||||
|
||||
def __init__(self, app) -> None:
|
||||
if "Nexon" in app.databases:
|
||||
del app.databases["Nexon"]
|
||||
|
||||
app.databases["Nexon"] = self
|
||||
Reference in New Issue
Block a user