Adds some more polish
This commit is contained in:
parent
b3d0b3a90c
commit
11bd836ec3
18 changed files with 272 additions and 29 deletions
|
|
@ -10,7 +10,6 @@ export class UserError extends Error {
|
|||
public readonly tryInstead: string | null = null
|
||||
) {
|
||||
super(message);
|
||||
|
||||
}
|
||||
|
||||
public getEmbed(e: UserError): EmbedBuilder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue