fix components bug and tests

This commit is contained in:
Skillz4Killz
2021-10-30 18:00:23 +00:00
committed by GitHub
parent d65178f694
commit 5f4548396f
6 changed files with 270 additions and 18 deletions
+7 -7
View File
@@ -103,13 +103,13 @@ Deno.test("[Bot] - Starting Tests", async (t) => {
},
...sanitizeMode,
}),
// t.step({
// name: "[message] send message with components",
// fn: async (t) => {
// await sendMessageWithComponents(bot, channel.id, t);
// },
// ...sanitizeMode,
// }),
t.step({
name: "[message] send message with components",
fn: async (t) => {
await sendMessageWithComponents(bot, channel.id, t);
},
...sanitizeMode,
}),
t.step({
name: "[message] delete message without a reason",
fn: async (t) => {