Counting System

Version 1.0.2

This is the documentation and instructions for the official version 1.0.2 of our counting system. Please read them carefully and open a question ticket on our Discord server if you are unsure!

Explanation

With SokaBots' counting system, you can turn any channel on your server into a small challenge. The members of your server must try to count together as much as possible. In doing so, they must note that no one is allowed to count directly one after the other or incorrectly. The bot checks the messages of the members and decides whether the counting series has continued correctly.

To learn how you can download and upload a module, please follow our Basic Guide!

Edit configuration

# Version: 1.0.2
# Date: 05.01.2025


# Changes require a restart of the bot


# channel where the bot should count
channel: 1272945825592377425

The first point is the channel in which the counting system is supposed to work. Instead of the existing ID, paste your own ID of the channel there.

# check emoji which the bot should react with
checkemoji: "<a:cccheck:1192143032863174797>"

Next, you define the emoji with which you want the bot to react to a correct count. In our case, that's the default check emoji. You can also use server-specific emojis, but in that case you have to insert the markdown. If you don't know how to do it or what it is, search for it on the internet.

counttwicemsg: "Nuh uh uhhh {user}, du kannst nicht zweimal zählen! 😭\n-# Wir starten wieder bei 1..."
countwrongmsg: "{user} wo hast du denn das Zählen gelernt? 💀\n-# Wir starten wieder bei 1..."

Finally, we now define the two messages with which the bot reacts to an incorrect count. You can use the {user} placeholder to mention the user in the message. The first message refers to the error when a user counts twice in a row. The second message refers to an incorrect number in the count.

Upload the module, restart your bot and you can try your module!

If you now start counting with 1 in your defined channel, the bot should check this and place the checkmark underneath!

Last updated