diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 21:24:24 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 21:24:24 +0100 |
| commit | 8e157f56d600fc11b2204f7033e56db7017d5574 (patch) | |
| tree | f8092c47d79eb3cde351c269ab962125931af9fb /main.go | |
| parent | 698292db49387bbc056b811c9fac5670bf8607e1 (diff) | |
feat(db): delete copaing 48 hours after soft delete
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |
