callistoteam / schoolbot

A discord bot that informs the school's academic calendar, timetable, and meals in Korea(대한민국 학교의 급식, 학사일정, 시간표를 알려주는 디스코드 봇)
GNU Affero General Public License v3.0
9 stars 3 forks source link

Format date #137

Open wonderlandpark opened 3 years ago

wonderlandpark commented 3 years ago

closes: #136

wonderlandpark commented 3 years ago

Make it as discord.py ext custom converter

What to Change

kijk2869 commented 3 years ago

Make it as discord.py ext custom converter

What to Change

If there is not data, raise ValueError Or there is date, return datetime.datetime object.

Also, make it class object

If you want to learn more, look Advance Converter on that link.