feat(db): delete copaing 48 hours after soft delete
This commit is contained in:
parent
698292db49
commit
8e157f56d6
4 changed files with 23 additions and 6 deletions
4
main.go
4
main.go
|
@ -19,8 +19,8 @@ var (
|
|||
Version = gokord.Version{
|
||||
Major: 2,
|
||||
Minor: 3,
|
||||
Patch: 4,
|
||||
} // git version: 0.3.4 (it's the v2 of the bot)
|
||||
Patch: 5,
|
||||
} // git version: 0.3.5 (it's the v2 of the bot)
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue