FULLWIDTH
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
import sql from "../sql.js";
|
||||
|
||||
const sfu = require("string-form-utils");
|
||||
|
||||
const data = {
|
||||
yiff: [],
|
||||
kill_templates: [],
|
||||
@ -240,7 +238,7 @@ module.exports = bot => {
|
||||
clients: ["irc", "tg"],
|
||||
f: e => {
|
||||
const args = e.message.substring(4).trim();
|
||||
e.reply(sfu.transformToFullwidth(args.toUpperCase()));
|
||||
e.reply(args.toUpperCase().split``.map(c => String.fromCharCode(65312 + (c.charCodeAt(0) - 64))).join``);
|
||||
}
|
||||
});
|
||||
};
|
4747
src/neofetch
4747
src/neofetch
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user