mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
I like band-aids
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = class DefaultEmojiArgumentType extends ArgumentType {
|
||||
}
|
||||
|
||||
parse(value) {
|
||||
value += value;
|
||||
return value.match(emojiRegex)[0];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user