Skip to content

Examples

Full walkthroughs demonstrating common Grace Framework patterns.

Example What it shows
Task Bot The complete bot from the Guides — a model, migrations, and a cog with commands
Custom Generator Writing your own grace generate command
Scheduled Tasks Running recurring jobs with the bot's built-in scheduler
Hot Reload Using grace run --watch during development

Each example builds on a project scaffolded with:

grace new task-bot
cd task-bot