Skip to content

Commit ae52dc5

Browse files
committed
Add post on how to setup a corrade bot
1 parent dd4a5ed commit ae52dc5

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

_posts/2026-03-26-how-to-set-up-your-corrade-bot.md renamed to _posts/2026-03-26-corrade-bot-setup-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
33
author: missyrestless
4-
title: How to Set Up Your Corrade Bot
5-
description: Step-by-step setup instructions to get started with Corrade bots
4+
title: Corrade Bot Setup Instructions
5+
description: Instructions for deploying Corrade bots
66
category: [Corrade]
77
tag: [setup, corrade]
88
pin: true
9-
date: 2026-03-26 10:42 -0700
9+
date: 2026-03-26 16:18 -0700
1010
---
1111

1212
A `Corrade` bot is a Second Life account that logs in and runs as an automated scripted agent.

_posts/2026-03-26-how-to-schedule-bot-actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ or scripts you have written that use the `BotControl` facility. Once you have yo
3232

3333
Each job entry in the crontab file follows a specific format on a single line:
3434

35-
minute hour day_of_month month day_of_week command_to_execute
35+
> minute hour day_of_month month day_of_week command_to_execute
36+
{: .prompt-info }
3637

3738
Each of the first five fields accepts specific values, ranges, lists, or step values:
3839

0 commit comments

Comments
 (0)