Rename poe backend client

This commit is contained in:
SillyLossy
2023-04-05 13:23:15 +03:00
parent 5390d8226b
commit 7f35986b9c
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
const poe = require('./poe');
const poe = require('./poe-client');
async function test() {
const client = new poe.Client();