krisppurg / dimscord

A Discord Bot & REST Library for Nim.
https://krisppurg.github.io/dimscord/
MIT License
222 stars 22 forks source link

Assertions in restapi #46

Closed krisppurg closed 3 years ago

krisppurg commented 3 years ago

This can actually, be useful to also prevent invalid request such as ApplicationCommand.name

name = "a"
assert name.len >= 3 and name.len <= 50
krisppurg commented 3 years ago

https://github.com/krisppurg/dimscord/commit/2a1e074a491bee411751bc7e41b6df9c841c4c62