Skip to content

Setup your Instance

FWidm edited this page May 22, 2022 · 3 revisions

After installing the bot there's a few settings you should adapt in your config.py file in the instance folder as well. Remember to restart the bot or rebuild it if you use the docker container (docker-compose up -d --build).

Setup the owners:

Replace my name in the owners section:

# Owners of the bot that can use the advanced/admin commands to export logs.
owners = ['Faust#2687']

with your own nick:

owners = ['Admin#0001']

or even a list of people separated by a comma:

owners = ['Admin#0001', 'Admin#0002']

Setup "Active" channels

Any channels in this list will automatically have the bot parsing all messages looking for pastebin, poe.ninja or pobbin links, be sure to check channel names. Also remember to give the bots the roles to see the channels.

# reacts to pastebin posts with pob info in these channels
active_channels = ['poe', 'my-channel2']
Clone this wiki locally