kordlib / kordx.commands

Kotlin Command library for Kord and other APIs
MIT License
20 stars 3 forks source link

Properly display error message in whitelist function #15

Closed DRSchlaubi closed 4 years ago

DRSchlaubi commented 4 years ago

Fixes #3

DRSchlaubi commented 4 years ago

Oh I made that public, I guess that's why they added that explicit API mode

BartArys commented 4 years ago

The visibility doesn't really matter since the implementing class is effectively private. Still, good coding conventions and all that.