Closed Tanish2002 closed 3 years ago
I don't really know SQL so please check code before merging :smile:
What happens if you do !top on a field that doesn't exist? say !top Test
!top Test
Argument not found
if len(topFields) == 0 { ctx.Reply("Arguement not found") return }
Thanks
I don't really know SQL so please check code before merging :smile: