UNPKG
discord-tts
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Node.js module to make your discord bot talk
github.com/mundoex/discord-tts
mundoex/discord-tts
discord-tts
/
.eslintrc.js
16 lines
(14 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'use strict'
;
module
.
exports
= {
env
: {
commonjs
:
true
,
es2021
:
true
,
node
:
true
},
extends
:
'eslint:recommended'
,
parserOptions
: {
ecmaVersion
:
12
},
rules
: { } };