greencoast-studios / discord.js-extended

A framework to facilitate the repetitive tasks when creating discord bots. Used by Greencoast Studios.
https://docs.greencoaststudios.com/discord.js-extended/
MIT License
1 stars 0 forks source link

Added checks to registerCommand to avoid unexpected behavior in command registry based on repeated aliases. #35

Closed moonstar-x closed 2 years ago

moonstar-x commented 2 years ago

:pencil: Checklist

Make sure that your PR fulfills these requirements:

:page_facing_up: Description

This PR adds some checks to avoid unexpected behavior when registering command that share aliases.

:pushpin: Does this PR address any issue?

25