laniakea v0.6
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
|
||||
func RegisterFun(bot *laniakea.Bot) {
|
||||
p := laniakea.NewPlugin("Fun")
|
||||
p.Command(beautyFont, "bf")
|
||||
p.Command(beautyFontHeart, "bfh")
|
||||
bot.AddPlugins(p.Build())
|
||||
p.AddCommand(p.NewCommand(beautyFont, "bf"))
|
||||
p.AddCommand(p.NewCommand(beautyFontHeart, "bfh"))
|
||||
bot.AddPlugins(p)
|
||||
}
|
||||
|
||||
var ligatures = map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user