#your bot's token and user ID
|
|
token = obvious_fake_value
|
|
client = 12345678910
|
|
|
|
#the prefix to use
|
|
prefix = insultingly_long_prefix!
|
|
|
|
#your user ID
|
|
admin = 12345678910
|
|
|
|
#either 'prod' or 'dev'
|
|
runas = dev
|
|
|
|
dbfile = ./bampersand.db
|