TeamNovaSoft / discord-bot

Un bot de discord para automatizar algunas cosas en nuestros servidores
MIT License
2 stars 0 forks source link

Add commands for changing icon on thread title #3

Closed heliomar-pena closed 1 month ago

heliomar-pena commented 3 months ago

Explanation

We handle the status of the threads using commands at the beggining of the name of the title. For example:

โœ… task -> The task is already approved

The status that we are using currently are:

โœ…๐Ÿ›ซ๐Ÿ“‹: Merged in dev and task created โœ…๐Ÿ›ซ๐Ÿ“: Merged in dev and needs task โœ…๐Ÿ›ซ: Merged in dev โœ… : Approved by code-reviewer ๐Ÿง‘โ€๐Ÿ”ง: Fixing changes requested โ—: Please review my changes ๐Ÿ” : Changes requested ๐Ÿ‘€ : Code reviewer checking ๐Ÿšง: Draft PR ๐Ÿ†˜ : There is an action missed that has not been executed on a long time, and we need help to perform that action and complete the task. ๐Ÿšซ : Don't merge. This icon means that you don't want your PR was merge yet.

Screenshots

image

Checklist

References

Related issues

Blocked by