initial yiff util

This commit is contained in:
Lio Melio 2021-04-09 01:33:22 +02:00
parent dd069a35c6
commit badd8ab6be
No known key found for this signature in database
GPG Key ID: 7B114FAB346B238B
1 changed files with 7 additions and 0 deletions

7
src/utils/yiff.ts Normal file
View File

@ -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