nyxx-discord / nyxx_commands

A framework for easily creating slash commands and text commands for Discord using the nyxx library.
Apache License 2.0
13 stars 5 forks source link

Split up converters. #84

Closed abitofevrything closed 1 year ago

abitofevrything commented 1 year ago

Description

The converter.dart file was getting a bit monolithic, so I have split each converter into its own file.

Prerequisite: #82.

Checklist: