setting reason

This commit is contained in:
Erik 2022-01-15 02:23:57 +02:00
parent faba53a399
commit 59e27d98b7
No known key found for this signature in database
GPG Key ID: FEFF4B220DDF5589

View File

@ -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 * Should return fields with current setting values
* @abstract * @abstract