mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Correct the version in AC internals
This commit is contained in:
parent
cdfdbc5e2a
commit
e3b891e636
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export function setup() {
|
||||||
|
|
||||||
export function getVersion() {
|
export function getVersion() {
|
||||||
//to-do better way of doing this
|
//to-do better way of doing this
|
||||||
return "3.1.0";
|
return "3.0.6";
|
||||||
}
|
}
|
||||||
export async function injectJS(inject: string) {
|
export async function injectJS(inject: string) {
|
||||||
const js = await (await fetch(`${inject}`)).text();
|
const js = await (await fetch(`${inject}`)).text();
|
||||||
|
|
Loading…
Reference in a new issue