Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Setup the bot

Felipe Giraldo edited this page Jun 17, 2022 · 5 revisions

Change prefix

tb! is the default prefix, if you want to change it just change what is inside the quotation marks ' '

bot = ComponentsBot('tb!', help_command=None)

Go to code