shortcut to storage
This commit is contained in:
parent
f1bf7dd705
commit
382e6d1157
@ -130,6 +130,10 @@ class DiscordClient extends Client {
|
|||||||
return this._options.prefix;
|
return this._options.prefix;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get storage() {
|
||||||
|
return this.storageManager;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = DiscordClient;
|
module.exports = DiscordClient;
|
||||||
|
Loading…
Reference in New Issue
Block a user