Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: v2 #236

Merged
merged 50 commits into from
Nov 2, 2022
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
1f27758
chore: lets start the work, shall we?
EvolutionX-10 Aug 16, 2022
da3e8ff
feat(redis): remove redis and auto-slowmode
EvolutionX-10 Aug 17, 2022
a36224e
refactor: buttoninteraction
EvolutionX-10 Aug 17, 2022
fd66c0b
perf: reduce usage of forEach
EvolutionX-10 Aug 17, 2022
cc69af0
perf: improve looping techniques
EvolutionX-10 Aug 18, 2022
3ac6a24
chore: fix root path
EvolutionX-10 Aug 19, 2022
82a7bb0
style: pretty pretty prettier
EvolutionX-10 Aug 24, 2022
06c80b4
chore: lets start the work, shall we?
EvolutionX-10 Aug 16, 2022
13c5c98
style: pretty pretty prettier
EvolutionX-10 Aug 24, 2022
0135fd2
refactor(role): multiple improvements (#255)
EvolutionX-10 Aug 29, 2022
21d6120
feat: new banner and optimisations (#264)
EvolutionX-10 Aug 30, 2022
5975882
refactor!: moved enums to #constants (#265)
EvolutionX-10 Aug 31, 2022
e7b9e9c
feat(reason): use modals! (#267)
EvolutionX-10 Sep 3, 2022
652c85e
feat(undici): remove axios use undici (#270)
EvolutionX-10 Sep 3, 2022
1324bdd
chore: fix root path again
EvolutionX-10 Sep 4, 2022
73f49ce
feat(ban): allow user banning (#269)
EvolutionX-10 Sep 5, 2022
2c05f51
feat: vote changes and refactor (#272)
EvolutionX-10 Sep 6, 2022
36901ad
feat(about): move role subcommand from /role info (#273)
EvolutionX-10 Sep 12, 2022
92ceda8
chore: minor change to ascii artwork
EvolutionX-10 Sep 15, 2022
5f40fe4
chore: update deps (#274)
EvolutionX-10 Sep 15, 2022
e1c230d
chore: move your body every every body
EvolutionX-10 Sep 15, 2022
13bc2ea
feat: dev bot commands are global now (#275)
EvolutionX-10 Sep 15, 2022
1c1d3bd
chore:
EvolutionX-10 Sep 15, 2022
dcc46b9
chore: #grammarnazi
EvolutionX-10 Sep 15, 2022
3de6c18
feat: update responses and make them better (#276)
EvolutionX-10 Sep 16, 2022
f9b1619
feat(warn): add automated actions support (#220)
EvolutionX-10 Sep 21, 2022
9cddff3
chore: bump deps (#277)
EvolutionX-10 Sep 21, 2022
29a66b7
chore: i transformed a bug into a feature. once you learn how, you'll…
EvolutionX-10 Sep 24, 2022
d2642c6
feat: dm option in softban/timeout/kick (#278)
EvolutionX-10 Sep 24, 2022
3ddffd7
feat(perm): add slash command permissions for each command (#279)
EvolutionX-10 Sep 25, 2022
b0db02b
chore: delete old useless commands (#280)
EvolutionX-10 Sep 25, 2022
38222df
chore: jobs... steve jobs
EvolutionX-10 Sep 29, 2022
f0a5ca1
chore: bump deps (#282)
EvolutionX-10 Oct 4, 2022
a87ae13
chore: oh no
EvolutionX-10 Oct 4, 2022
9dfc995
feat(user): new command /about user (#281)
EvolutionX-10 Oct 5, 2022
0109f60
feat(server): new command /about server (#283)
EvolutionX-10 Oct 5, 2022
e2a8ce3
chore: minor improvements in /about
EvolutionX-10 Oct 5, 2022
7756add
feat(warn): ability to view all server warnings (#284)
EvolutionX-10 Oct 5, 2022
cede5c5
refactor: organise imports (#285)
EvolutionX-10 Oct 5, 2022
c534662
refactor: warn expire, now use scheduled-task and better query (#286)
EvolutionX-10 Oct 6, 2022
eeb2d80
chore: done. going to bed now.
EvolutionX-10 Oct 6, 2022
fc409b7
chore: woa!! this one was really hard!
EvolutionX-10 Oct 6, 2022
01ad185
chore: now we tell you your browser sucks in your native tongue.
EvolutionX-10 Oct 6, 2022
3df3301
feat: debug command (#287)
EvolutionX-10 Oct 25, 2022
509ab17
chore: deps
EvolutionX-10 Oct 25, 2022
f4aacb0
feat: nick (un)freeze 🥶 (#288)
EvolutionX-10 Oct 26, 2022
c7c5fbf
perf: code cleanup
EvolutionX-10 Oct 31, 2022
d36e93b
chore: bump deps
EvolutionX-10 Nov 1, 2022
6d69ff7
chore: forgot to save that file
EvolutionX-10 Nov 2, 2022
acdd47c
chore: i don't get paid enough for this shit.
EvolutionX-10 Nov 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix root path again
EvolutionX-10 committed Sep 6, 2022
commit 1324bdd89744ed7c63f4f178d1ef055ce5595b29
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"#lib/*": ["lib/*"],
"#constants": ["lib/utility/constants.ts"],
"#config": ["lib/utility/config.ts"],
"#root/": ["*"]
"#root/*": ["*"]
},
"noEmit": true,
"skipLibCheck": true