Qwerty-133
Qwerty-133
A better alternative could be having aliases directly be a part of the snippet interface, so that `snippet ` wouldn't fail. Which would imply adding commands to add/remove aliases to...
@fourjr How should we be handling snippet deletions? Removing the snippet from the alias but preserving the other steps seems to make the most sense to me (along with informing...
I don't think it's worth it, there are like 6 commands which provide command invocation examples, and they can easily be reworded.
I've identified the cause of the first case - users can claim as many help channels as they want if they leave the server and then rejoin. The second remains...
I'll start working on `helpdm` for now.
A hacky way to do this is: ```py class InsensitiveComparisionStr(str): def __eq__(self, other): return self.lower() == other.lower() def __hash__(self): return hash(self.lower()) add_abbreviation(InsensitiveComparisionStr('your-text'))) ```
There's also no equivalent for the `asset_content_type` field.