diff --git a/src/structure/interfaces/Setting.js b/src/structure/interfaces/Setting.js index b85b206..4f9c30f 100644 --- a/src/structure/interfaces/Setting.js +++ b/src/structure/interfaces/Setting.js @@ -102,6 +102,10 @@ class Setting extends Component { } + reason(executor) { + return `[${this.resolveable}] Executed by ${executor.tag} (${executor.id})`; + } + /** * Should return fields with current setting values * @abstract