Skip to main content
Module

x/discordeno/tests/misc/typing.ts

Discord API library for Deno
Go to Latest
File
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);});