BulletBot
BulletBot copied to clipboard
a Time Convertion command
Problem If you are talking on an international server (like the CodeBullet server) each person is in a different time zone and if you say a time they always have to manually look up what it would be in their timezone.
Solution
Make a command where you can enter a time and it automatically shows a list of that time in all timezone. The command should be easily accessible so it should probably have a short name like ?!time [time]
Note: If an extra function needs to be created to parse the time, it should be placed in the time file of utils, so other commands can also use it.