ItsDrike / CommandBot

Discord Bot which can handle most administrative tasks for servers.
Other
0 stars 0 forks source link

Fix infraction description #47

Closed ItsDrike closed 4 years ago

ItsDrike commented 4 years ago

Closes #43

Passing None to the description of infractions directly breaks infractions saving, since SQLite method of parsing will ignore that completely, instead of passing an empty string for that value. Replacing None with "N/A" will solve this.

image