mirror of
https://github.com/awfufu/qbot.git
synced 2026-03-01 13:29:43 +08:00
init: first commit
This commit is contained in:
6
api/clean_cache.go
Normal file
6
api/clean_cache.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package api
|
||||
|
||||
func CleanCache(c Client) error {
|
||||
_, err := c.Send("clean_cache", nil)
|
||||
return err
|
||||
}
|
||||
Reference in New Issue
Block a user