package main import ( "watn3y/bloaterbotv3/config" ) func main() { config.LoadConfig() bot() }