mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
6 lines
219 B
TypeScript
6 lines
219 B
TypeScript
import { bot, guild } from '../mod.ts';
|
|
|
|
Deno.test("[typing] start typing", async () => {
|
|
const channel = await bot.helpers.createChannel(guild.id, { name: "typing"})
|
|
await bot.helpers.startTyping(channel.id)
|
|
}) |