Skip to content

Commit

Permalink
feat: add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas committed Aug 24, 2022
1 parent 4718208 commit ffa1afb
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,25 @@ export type Colour =
| "white"
| "yellow";
export type LogLevels = "full" | "none" | "normal";
export type MaserEmojis = "check" | "cross" | "lock" | "warning" | "wip";
export type MaserEmojis =
| "balance"
| "booster"
| "bravery"
| "brilliance"
| "bughunter1"
| "bughunter2"
| "certified_mod"
| "check"
| "cross"
| "earlyDeveloper"
| "earlyNitro"
| "hypesquad"
| "lock"
| "partner"
| "sparkles"
| "staff"
| "warning"
| "wip";

export interface CommandModule {
getCommand(): Partial<Command>;
Expand Down

0 comments on commit ffa1afb

Please sign in to comment.