You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
disgoman/disgoman.go

19 lines
333 B

package disgoman
/* Package Disgoman:
* Command Handler for DisgordGo.
* Inspired by:
* - Anpan (https://github.com/MikeModder/anpan)
*
* Disgoman (c) 2020 Dusty.P/dustinpianalto
*/
func GetDefaultStatusManager() StatusManager {
return StatusManager{
[]string{
"Golang!",
"DiscordGo!",
"Disgoman!",
}, "10s"}
}