Skip to content

Commit 58a2937

Browse files
committed
Feat: Completely rewrite plugin from scratch
1 parent f468dd1 commit 58a2937

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1593
-1302
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.github/workflows/dev-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build (Dev)
22
on:
33
push:
4-
tags:
5-
- v*
4+
branches:
5+
- dev
66
jobs:
77
build:
88
name: Build

Apis/DiscordHelper.cs

-293
This file was deleted.

Apis/FileTracker.cs

-28
This file was deleted.

0 commit comments

Comments
 (0)