Setting Up the Bot

Inviting to The Server

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.

Initial Bot Configuration

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

Last updated