python-discord / sir-lancebot

A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
MIT License
240 stars 240 forks source link

`.timeleft` command should be a subcommand of hacktoberfest #861

Open janine9vn opened 3 years ago

janine9vn commented 3 years ago

Description

Currently we have a .timeleft command under the hacktoberfest cog. However, it's a top-level command. I'd like to move it as a subcommand so you would have to do .hacktoberfest timeleft.

Reasoning

Hacktoberfest is no longer going to be a major event we participate in and we have other events that I think would be better suited to this type of countdown. Advent of Code already has a countdown subcommand and that is a much bigger event for our server.

Proposed Implementation

It should be moved under the hacktoberfest cog and be a subcommand. This may also require a general re-work of this cog so it's more cohesive.

doublevcodes commented 3 years ago

Can I do this?

TizzySaurus commented 3 years ago

@doublevcodes has said on Discord they're no longer able to do this due to school work. If I'm able to, I'll approach this soon:tm:.