Set default success emoji to zep_check; add error_emoji support, mirroring success_emoji but for error messages
This commit is contained in:
parent
21fdd76863
commit
fd47ba9d69
3 changed files with 12 additions and 11 deletions
backend/src
|
@ -1,9 +1,8 @@
|
|||
import { IGlobalConfig, IGuildConfig, Knub } from "knub";
|
||||
|
||||
// Remove this tslint exception once there are properties in the interface
|
||||
// tslint:disable-next-line
|
||||
export interface IZeppelinGuildConfig extends IGuildConfig {
|
||||
// To fill
|
||||
success_emoji?: string;
|
||||
error_emoji?: string;
|
||||
}
|
||||
|
||||
export interface IZeppelinGlobalConfig extends IGlobalConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue