Setting Up the Bot
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Discord makes this step pretty easy. To get the bot added to a server, use this link and select the appropriate server. This link will give the bot the minimal permissions it needs.
After adding the bot to the server, some configuration should be done. The default banned word is 'defaultbannedword', so that should be changed. This is done using the vtswapban command, and this example will ban the classic banned word: "vore"
>>> !vtswapban 1 vore
By default the bot will wait half an hour between calling out users for referencing a given banned word. If desired, that can be changed using the vtdelay command. This example effectively removes the delay.
>>> !vtdelay 0
By default, the bot uses the prefix !vt
. If desired, that can be changed using the vtprefix command. This example sets the prefix to $test
instead.
>>> !vtprefix $test