Claned up mentions, added sanitize handler to user/role/channel mentions

This commit is contained in:
RogueException
2016-10-06 00:20:26 -03:00
parent 7e246f942e
commit 2f3831dd6e
8 changed files with 223 additions and 220 deletions

View File

@@ -4,6 +4,7 @@
{
Ignore = 0,
Remove,
Name
Name,
Sanitize
}
}

View File

@@ -4,6 +4,7 @@
{
Ignore = 0,
Remove,
Name
Name,
Sanitize
}
}

View File

@@ -5,6 +5,7 @@
Ignore = 0,
Remove,
Name,
NameAndDiscriminator
NameAndDiscriminator,
Sanitize
}
}