Added !source command

This commit is contained in:
2022-08-05 10:04:04 -05:00
parent 2674645475
commit b852b02aed
2 changed files with 38 additions and 0 deletions

View File

@ -33,6 +33,7 @@ var (
command.NewPingHandler(),
command.NewRollHandler(),
command.NewRouletteHandler(),
command.NewSourceHandler(),
command.NewTimeHandler(),
command.NewWeatherHandler(),
}