TeamNovaSoft / discord-bot

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

Remove some statuses on /change-status command #10

Closed heliomar-pena closed 1 week ago

heliomar-pena commented 3 weeks ago

Explanation

Sometimes bot fail on deleting the old emojis and placing the new ones. So we thought on simplifying the statuses to make them only use 1 emoji.

We could simplify the statuses of the tasks to only these, and also we could change the icon of Merged in dev and Approved by Code reviewer to make them use only one icon:

✅ : 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.

Checklist

References

https://discord.com/channels/1007694606244262010/1297957621449621534/1298756642195767307

heliomar-pena commented 1 week ago

Good job @YoelFerreyra !