grim/wasdead

Change the was the discord client gets started and handle multiple mention formats
package commands
import (
"github.com/prologic/bitcask"
"bitbucket.org/rw_grim/wasdead/globals"
)
type TidyCmd struct{}
func (c *TidyCmd) Run(g *globals.Globals) error {
return bitcask.Merge(g.DatabasePath, false)
}