Repository · 12 examples

Examples

Runnable programs covering the SDK from a minimal login to voice and moderation. Read the full source here, or open it on GitHub.

80 lines

Attachments example — upload a buffer, spoiler flag, and attach by URL.

Attachments example — upload a buffer, spoiler flag, and attach by URL.

View sourceGitHub
88 lines

Collectors example — ask a question, wait for a reply or a reaction.

Collectors example — ask a question, wait for a reply or a reaction.

View sourceGitHub
124 lines

First Steps Bot — five starter commands to learn the SDK.

First Steps Bot — five starter commands to learn the SDK.

View sourceGitHub
425 lines

Info / profile bot — user, server, role, and guild member profile helpers.

Info / profile bot — user, server, role, and guild member profile helpers.

View sourceGitHub
24 lines

Minimal Fluxer bot — login + !ping → Pong.

Minimal Fluxer bot — login + !ping → Pong.

View sourceGitHub
187 lines

Moderation example — !ban, !kick, !unban, !perms.

Moderation example — !ban, !kick, !unban, !perms.

View sourceGitHub
200 lines

@beta Multi-instance ClientCluster example.

@beta Multi-instance ClientCluster example.

View sourceGitHub
246 lines

Prefix-command bot — latency, embeds, DMs, replies, and reactions.

Prefix-command bot — latency, embeds, DMs, replies, and reactions.

View sourceGitHub
55 lines

Reaction detection example — listen for MESSAGE_REACTION_* gateway events.

Reaction detection example — listen for MESSAGE_REACTION_* gateway events.

View sourceGitHub
127 lines

Reaction roles — react to get a role; remove the reaction to drop it.

Reaction roles — react to get a role; remove the reaction to drop it.

View sourceGitHub
246 lines

Voice bot — join a VC and play WebM/Opus audio or MP4 video.

Voice bot — join a VC and play WebM/Opus audio or MP4 video.

View sourceGitHub
220 lines

Webhook example — create, list, send, and delete webhooks.

Webhook example — create, list, send, and delete webhooks.

View sourceGitHub

Prefer a walkthrough? Start with the Basic Bot guide.