shortcut to storage

This commit is contained in:
Erik 2020-08-14 22:45:03 +03:00
parent f1bf7dd705
commit 382e6d1157

View File

@ -130,6 +130,10 @@ class DiscordClient extends Client {
return this._options.prefix;
}
get storage() {
return this.storageManager;
}
}
module.exports = DiscordClient;