mirror of
https://github.com/SrIzan10/discord-plays-pokemon.git
synced 2026-06-06 00:56:49 +00:00
change to nut.js
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"dotenv.enableAutocloaking": true
|
||||
}
|
||||
4
index.js
4
index.js
@@ -1,5 +1,5 @@
|
||||
import robot from 'robotjs'
|
||||
import {execa} from 'execa'
|
||||
import { keyboard, key } from '@nut-tree/nut-js'
|
||||
import { execa } from 'execa'
|
||||
import 'dotenv/config'
|
||||
import { Client } from 'discord.js'
|
||||
import * as colorette from 'colorette'
|
||||
|
||||
6296
package-lock.json
generated
Normal file
6296
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -11,11 +11,11 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@nut-tree/nut-js": "^2.3.0",
|
||||
"colorette": "^2.0.19",
|
||||
"discord.js": "^14.7.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"execa": "^6.1.0",
|
||||
"node-media-server": "^2.4.9",
|
||||
"robotjs": "^0.6.0"
|
||||
"node-media-server": "^2.4.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user