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

Merge Dev to Main #98

Merged
merged 102 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
7254526
updated packages
vb2007 Oct 14, 2024
1daaafc
added logging configure / disable commands + base concept for logging…
vb2007 Oct 15, 2024
adaac3d
updated sql table schemas for logging
vb2007 Oct 18, 2024
ac9967a
added messageCreate event and logging script, updated table schema
vb2007 Oct 19, 2024
713a433
fixed logging
vb2007 Oct 19, 2024
bc3255e
added table schema for logging configuration
vb2007 Oct 19, 2024
c2cffba
updated table schema, updated logging-configure
vb2007 Oct 19, 2024
b3dfddc
added base for logging-disable
vb2007 Oct 20, 2024
816300f
added base logic for logging-disable
vb2007 Oct 20, 2024
a6c378f
fixed typos
vb2007 Oct 20, 2024
e0c0dbc
made logging to local db configureable
vb2007 Oct 20, 2024
4e7ea10
added events for logging (thx https://github.com/devdeem/Logger-Bot/t…
vb2007 Oct 20, 2024
a1986b5
replaced logging.js to common event script folder
vb2007 Oct 20, 2024
b93f2ee
corrected event placement
vb2007 Oct 20, 2024
c4de320
added embed message helpers in all colors
vb2007 Oct 21, 2024
cee458a
added logging on join
vb2007 Oct 21, 2024
f470c41
fixed table creation sql script
vb2007 Oct 21, 2024
0c27b6d
renamed function
vb2007 Oct 21, 2024
d345733
added channel creation logging, fixed typos in variable and function …
vb2007 Oct 21, 2024
bff8a61
added more permission requirements to the bot in index.js, fixed chan…
vb2007 Oct 21, 2024
4af9db2
seperated the embed helper functions and refactored the references to…
vb2007 Oct 21, 2024
b04f7f8
updated logging table
vb2007 Oct 21, 2024
aa0345c
fixed embed replies
vb2007 Oct 21, 2024
5104d73
added channel delete event logging
vb2007 Oct 21, 2024
0952041
fixed column name, added emojiCreate event, added more intents to ind…
vb2007 Oct 21, 2024
eeead30
fixed emojiCreate
vb2007 Oct 21, 2024
45f7868
added channel pin update event logging
vb2007 Oct 23, 2024
94c34f1
added emojiDelete event logging
vb2007 Oct 23, 2024
b3b73ac
added emojiUpdate event logging
vb2007 Oct 23, 2024
8554008
added emojiUpdate event logging
vb2007 Oct 23, 2024
36b37b5
added scripts for remaining events
vb2007 Oct 23, 2024
c101bb0
added script imports for remaining events
vb2007 Oct 23, 2024
6541393
updated packages
vb2007 Oct 24, 2024
1770ead
added query helper
vb2007 Oct 25, 2024
8376166
fixed helper, fixed logging channel actions, fixed other things
vb2007 Oct 25, 2024
4f0097b
fixed channel nsfw status change logging
vb2007 Oct 25, 2024
e1684bb
fixed channelUpdate event logging
vb2007 Oct 27, 2024
dfe1bcf
replaced repetetive script with helpers in other event scripts
vb2007 Oct 27, 2024
fec3d50
added logging for remaining events (except voiceStateUpdate)
vb2007 Oct 27, 2024
6ab61fe
fixed typos, updated color
vb2007 Oct 27, 2024
97114c7
uncommented some intents and partials in index.js
vb2007 Oct 27, 2024
18c08d4
fixed & added new member join logging
vb2007 Oct 27, 2024
fb46768
added logging voiceStateUpdate events
vb2007 Oct 27, 2024
c0a4de0
updated event logging embed colors
vb2007 Oct 27, 2024
cf95ef2
added embed message helpers with fields
vb2007 Oct 27, 2024
8d0d4a9
added channel type helper, updated channel creation logging
vb2007 Oct 28, 2024
f7f1e99
updated channel delete logging
vb2007 Oct 28, 2024
5ad1557
updated channel pin logging & channel update logging
vb2007 Oct 28, 2024
9e1f6af
updated other logging functions
vb2007 Oct 28, 2024
b3d8a09
updated more logging functions
vb2007 Oct 28, 2024
f2d0639
updated voice logging function
vb2007 Oct 28, 2024
326b9b6
added content check to messageupdate logging
vb2007 Oct 28, 2024
91953ab
added logging commands to /help
vb2007 Oct 29, 2024
ac46543
Merge pull request #96 from vb2007/dev-logging
vb2007 Oct 29, 2024
c01896a
added missing word to security
vb2007 Oct 29, 2024
050418c
added /bridge-configure and /bridge-disable commands
vb2007 Oct 29, 2024
36e0e91
added slash command documentation for /bridge-configure
vb2007 Oct 29, 2024
32bed78
added slash command documentation for /bridge-disable
vb2007 Oct 29, 2024
89004c1
changed autorole table name
vb2007 Oct 29, 2024
86474db
updated welcome table name
vb2007 Oct 29, 2024
f579c6c
added some action handling to /bridge-configure
vb2007 Oct 30, 2024
cfe375e
added configBridge table
vb2007 Oct 30, 2024
088f34c
updated modifiedAt column defaults
vb2007 Oct 30, 2024
4db051b
added first insert query
vb2007 Oct 30, 2024
e10eb27
added successful config case to /bridge-configure
vb2007 Oct 30, 2024
1596fc0
added another column to the query
vb2007 Oct 30, 2024
df3ce40
updated /bridge-configure with relevant checks and db updates
vb2007 Oct 30, 2024
9a08f04
whitespace fix
vb2007 Oct 30, 2024
262e9c8
added base concept for /bridge-disable
vb2007 Oct 31, 2024
fc35940
fixed command desc length
vb2007 Oct 31, 2024
4e7dad1
fixed table name
vb2007 Oct 31, 2024
6405f1a
fixed other typos in configure / disable commands
vb2007 Oct 31, 2024
cc864ae
added bridge event script
vb2007 Oct 31, 2024
2c47e68
added script to messageCreate event
vb2007 Oct 31, 2024
7b9c958
added client instance for fetching channel id on messagecreate event
vb2007 Oct 31, 2024
1572b49
removed logging
vb2007 Oct 31, 2024
e612476
added normal embed message to the bridge event script
vb2007 Oct 31, 2024
450f4b6
fixed function name
vb2007 Nov 12, 2024
28908ad
tried fixing shit, it didn't worked
vb2007 Nov 12, 2024
7fda619
updated packages
vb2007 Nov 12, 2024
7013f2b
fixed shit somehow
vb2007 Dec 12, 2024
9df1cf7
updated packages
vb2007 Dec 12, 2024
4bc9b94
fixed messageUpdate event
vb2007 Dec 13, 2024
1068656
added empty message check to message logging
vb2007 Dec 13, 2024
2a5fe98
fixed typo
vb2007 Dec 13, 2024
2cfb007
fixed channelCreate event
vb2007 Dec 13, 2024
89586a7
fixed channelDelete event
vb2007 Dec 13, 2024
c1dc743
fixed channelPinsUpdate event
vb2007 Dec 13, 2024
19df2ae
partially fixed channelUpdate event
vb2007 Dec 14, 2024
d888543
fixed emojiCreate event
vb2007 Dec 14, 2024
46f1b20
fixed emojiDelete event
vb2007 Dec 14, 2024
309381e
fixed emojiUpdate event
vb2007 Dec 14, 2024
40b41a7
probably fixed guildBanAdd event
vb2007 Dec 14, 2024
c46de2e
fixed event parameters
vb2007 Dec 14, 2024
06b06b0
fixed the rest of the logging events
vb2007 Dec 15, 2024
41292ce
added trycatch to prevent fatal errors in runtime
vb2007 Dec 15, 2024
eddee24
removed duplicate data logging
vb2007 Dec 15, 2024
2f9efe8
fixed minor issues in events
vb2007 Dec 15, 2024
9ef62c5
changed embed looks of messageDelete event logging
vb2007 Dec 15, 2024
c91e4da
renamed sql query folder after the table
vb2007 Dec 15, 2024
a1a4d0b
added bridge commands to /help
vb2007 Dec 17, 2024
b69b5e7
Merge pull request #97 from vb2007/dev-bridge
vb2007 Dec 17, 2024
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
updated packages
  • Loading branch information
vb2007 committed Nov 12, 2024
commit 7fda6192bf2b6d4ee7ee1112f8fb21633bf609c2
241 changes: 73 additions & 168 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.