We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e0efd commit ffe418aCopy full SHA for ffe418a
dist/t.js
src/BetterEmbed.ts
@@ -2,7 +2,7 @@ import {MessageEmbed, MessageEmbedOptions} from 'discord.js';
2
3
type AnyObject = { [k: string]: any };
4
5
-const templates = {
+const templates: { [k: string]: MessageEmbedOptions } = {
6
basic: {
7
footer: {
8
text: '${client.user.username}',
0 commit comments