Top.gg

Top.gg

0
333K
dashboard.pages.announcements.back-to-list
A new way to write announcements
announcements.category.NEW_FEATURE

A new way to write announcements

Hey everyone, we just shipped a redesigned announcement editor for your bot, server, and app pages. It's faster, supports proper formatting, and gives you a few new tools for making your updates stand out.

What's new

The editor now understands rich text natively. You can use bold for emphasis, italics for tone, strikethrough to mark something as deprecated, and inline code when you want to reference a command or property name without it getting mangled by autocorrect. Headings help break up longer announcements:

Smaller headings work too!

You've got six heading levels to choose from. Use the bigger ones for major sections and the smaller ones for sub-points so your readers can skim.

Images? we got them!

Easily add images inside your announcement to highlight or show features.
Easily add images inside your announcement to highlight or show features.

Lists, the way they should be

When you've got more than one thing to say, lists keep things scannable.

  • Quick to read

  • Easy to write

  • Nest them when you need to:

    • Like this

    • Or this

      • Even deeper if you really need If order matters, switch to a numbered list:
  1. Open your project's dashboard

  2. Click Announcements

  3. Hit New announcement and start typing

  4. Publish when you're ready

Quotes and callouts

Pull out something important with a blockquote:

Good announcements are short, useful, and tell readers what changed and why it matters to them.

We support two custom components out of the gate Buttons and Callouts

Code blocks for the technical stuff

If you're a bot developer, you can drop in real code samples and they'll render with proper formatting:

client.on('messageCreate', (msg) => {
  if (msg.content === '!ping') {
    msg.reply('Pong! 🏓');
  }
});

Or shell commands:

npm install @top-gg/sdk

Code blocks preserve indentation, so multi-line snippets stay readable.

Links to send people somewhere

Drop in a link to your website, point readers at your support server, or link to your repo — whatever your update needs.

Mix and match freely

You can combine all of these inside a single announcement. A paragraph can have a link, some bold, a bit of code, and end with a list of follow-up items. Use whatever helps your readers understand what you shipped.


Try it out

Head over to your dashboard, open Announcements, and write your next update with it. We'd love to hear what you think — drop us feedback in our support server. Happy shipping!