()
| 79 | } |
| 80 | |
| 81 | private storagePluginId() { |
| 82 | if (this.customStorageScope) { |
| 83 | if (this.customStorageScope.kind === "Guild") { |
| 84 | return null |
| 85 | } else { |
| 86 | return this.customStorageScope.pluginId |
| 87 | } |
| 88 | } else { |
| 89 | return this.pluginId |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * @deprecated use {@link createStorageJson} |
no outgoing calls
no test coverage detected