GrafeasGroup / buttercup

Our personal assistant in Discord
MIT License
5 stars 2 forks source link

Remove `pytz` dependency #200

Open TimJentzsch opened 1 year ago

TimJentzsch commented 1 year ago

We can replace pytz.utc usages with the built-in datetime.timezone.utc to get rid of a dependency.