Skip to content

Docs

Getting started

From zero to a bot that's online 24/7 — in about a minute.

01

Create your account

Sign up with email, Google, or Apple, then verify your email — that unlocks your dashboard.

02

Paste your script

Drop your full discord.py script into the editor. Put your bot token where the code says TOKEN.

03

Pass the safety check

Clockwise scans your code for anything that could harm the host. Fix any flagged items — your bot logic is never judged.

04

Hit Run

Your bot boots in its own process and stays online 24/7. Watch its live status, and stop or edit it anytime.

Good to know

Supported libraries

discord.py plus the Python standard library are available out of the box. Arbitrary pip installs aren't supported yet.

Privileged intents

If your bot reads message content or member lists, enable the matching privileged intent in the Discord Developer Portal first, or it will fail to log in.

Keep your token safe

Your token lives in your private bot record. If it ever leaks, reset it in the Discord Developer Portal — it takes seconds.

Editing a live bot

Stop the bot, edit the code, and run it again. Changes take effect on the next run.

Stuck on something? Email support@clockwise.cv or check the FAQ.