diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-16 16:05:55 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-16 16:05:55 +0200 |
| commit | ac73839583271aa2f262912e062dae1d73a1f180 (patch) | |
| tree | 1c9139f47fd2cc316fc37faede3180db4297ab59 /main.go | |
| parent | 3bd8d28a97c144df2d6c56f6cff55c1629b93ede (diff) | |
fix(command): nil pointer reference on /top
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ func main() { }, { Type: gokord.GameStatus, - Content: "Dev par @anhgelus", + Content: "dev par @anhgelus", Url: "", }, { |
