Merge branch 'fp-attempt-9001' into fp-attempt-9001

This commit is contained in:
Skillz4Killz
2021-10-30 14:02:22 -04:00
committed by GitHub
6 changed files with 278 additions and 24 deletions
+7 -7
View File
@@ -104,6 +104,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] edit message",
fn: async (t) => {
@@ -111,13 +118,6 @@ 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] delete message without a reason",
fn: async (t) => {