flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 4 lines 142 B view raw
1export function buildPong(args: string[]): string { 2 const suffix = args.length > 0 ? ` (${args.join(' ')})` : '' 3 return `pong${suffix}` 4}