mirror of
https://github.com/awfufu/qbot.git
synced 2026-03-01 13:29:43 +08:00
7 lines
105 B
Go
7 lines
105 B
Go
package api
|
|
|
|
func CleanCache(c Client) error {
|
|
_, err := c.SendParams("clean_cache", nil)
|
|
return err
|
|
}
|