Add files without passwords and other unwanted fluff.
package BotSecrets;
use strict;
use warnings;
use Exporter;
our @ISA = qw/ Exporter /;
our @EXPORT = qw/ $db_user $db_pw $bu $bp /;
our ($db_user, $db_pw) = ("s5****", "***");
#my ($bu,$bp) = ('****', '****' );
our ($bu,$bp) = ('****', '****' );
1;