From badd8ab6beb18ae64b2707369898dd6f733f91a2 Mon Sep 17 00:00:00 2001 From: Lio Melio Date: Fri, 9 Apr 2021 01:33:22 +0200 Subject: [PATCH] initial yiff util --- src/utils/yiff.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/utils/yiff.ts diff --git a/src/utils/yiff.ts b/src/utils/yiff.ts new file mode 100644 index 0000000..30c118e --- /dev/null +++ b/src/utils/yiff.ts @@ -0,0 +1,7 @@ +import Yiff from 'yiff' +import pkg from '../../package.json' +let yiff = new Yiff({ + useragent: `Thaldrin/v${pkg.version} (t8.pm/bot)` +}) + +export default yiff \ No newline at end of file