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