311 Commits

Author SHA1 Message Date
pancakes-proxy
fb593cc592 Initialize web server with Express for serving static files 2025-05-10 04:23:51 +09:00
pancakes-proxy
35c40ea195 Update error notification user ID for improved error reporting 2025-05-10 03:43:54 +09:00
pancakes-proxy
121e0d9955 Merge branch 'main' of https://gitlab.com/pancakes1234/wdiscordbotserver 2025-05-10 03:30:40 +09:00
pancakes-proxy
13d6231082 Add owner ID check to shell_app command for enhanced security 2025-05-10 03:30:30 +09:00
ザカリアス・ウィリアム・ポージー
a1c9dcf10b just added random shit ig hehe :3 2025-05-10 02:47:08 +09:00
ザカリアス・ウィリアム・ポージー
a64c696444 Edit CODE_OF_CONDUCT.md 2025-05-10 02:32:37 +09:00
ザカリアス・ウィリアム・ポージー
610a058897 Add new file 2025-05-10 01:33:07 +09:00
ザカリアス・ウィリアム・ポージー
8a4376fb72 website 2025-05-10 00:30:50 +09:00
c749e5ea5b
(cline) Feat: Include user server role in AI moderation prompt 2025-05-09 08:37:03 -06:00
ザカリアス・ウィリアム・ポージー
724534df33 goated site 2025-05-09 23:13:12 +09:00
ザカリアス・ウィリアム・ポージー
198cc8efea Edit wiki.html 2025-05-09 23:12:28 +09:00
ザカリアス・ウィリアム・ポージー
9f4e7be169 moved to the site thing 2025-05-09 23:11:59 +09:00
ザカリアス・ウィリアム・ポージー
fb9cdacf8c moved to the site thing 2025-05-09 23:11:17 +09:00
ザカリアス・ウィリアム・ポージー
1bc54fc168 more organization 2025-05-09 23:10:36 +09:00
ザカリアス・ウィリアム・ポージー
34295577a4 Add new file 2025-05-09 23:07:04 +09:00
ザカリアス・ウィリアム・ポージー
1ae2f1b66d Made a cog to allow users to see commits made to the bot 2025-05-09 22:49:29 +09:00
pancakes-proxy
a1ec086e6a Add shell command execution functionality for owners 2025-05-09 19:31:00 +09:00
pancakes-proxy
d225eee03a Merge branch 'main' of https://gitlab.com/pancakes1234/wdiscordbotserver 2025-05-09 19:24:58 +09:00
pancakes-proxy
bf632b46c0 fuckass update 2025-05-09 19:22:41 +09:00
f8cdeffef6
Add AI decision logging and debugging command for moderation 2025-05-08 23:28:28 -06:00
35f47091c6
Enhance AI moderation with channel-specific context
Integrate channel category and age-restricted status into the AI moderation prompt.

This allows the AI to consider whether a channel is officially marked as NSFW by Discord settings when evaluating content against NSFW rules, leading to more accurate and context-aware moderation.
2025-05-08 23:24:46 -06:00
cba80e98f3
Enhances CPU info display with core and thread counts
Updates the system information command to include the number of physical cores and total threads alongside the CPU model name. This provides more detailed hardware information.
2025-05-08 22:02:42 -06:00
8087da7b4b
Prevent aimod cog loading if api key isnt set. Shouldn't fuck up other cogs 2025-05-08 17:02:07 -06:00
ebb9d26d1c
Technically not neccessary since bot.py already calls load_dotenv 2025-05-08 16:52:20 -06:00
d035942c8c
Guess who comitted the whole fucking file again lmaoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo 2025-05-08 16:09:49 -06:00
c48b78a354
Apparently discord.py wants to whine if you don't have a prefix set so nevermind fuck me 2025-05-08 16:08:06 -06:00
613188fc8e
Adds cog for bot latency and ICMP pings
This new cog provides network diagnostic tools.
It allows checking the bot's own WebSocket latency.
Additionally, it can perform ICMP pings to external IP addresses or domains, reporting their reachability and latency. This ICMP functionality runs asynchronously and correctly parses output from both Windows and Unix-like systems.

Additonally, it uses `asyncio.create_subprocess_exec` which should prevent command injection and if it somehow doesn't, theres strict regex to only allow ip addresses and domains
2025-05-08 16:03:02 -06:00
1a227304a4
Remove command prefix from bot configuration as it only uses slash commands. 2025-05-08 15:25:49 -06:00
c1dc99ae0d
Merge branch 'main' of gitlab.com:pancakes1234/wdiscordbotserver 2025-05-08 14:43:29 -06:00
81a0ed0e2b
Update embed fields in credits command to use GitLab links and format commit hash 2025-05-08 14:43:08 -06:00
ザカリアス・ウィリアム・ポージー
637b8321cd Edit music.py 2025-05-08 20:14:35 +09:00
ザカリアス・ウィリアム・ポージー
428f37586b Edit apisync.py 2025-05-08 20:09:43 +09:00
ザカリアス・ウィリアム・ポージー
d7d0581603 Edit apicheck.py 2025-05-08 20:09:01 +09:00
ザカリアス・ウィリアム・ポージー
c749375822 Edit bot.py 2025-05-08 20:07:30 +09:00
ザカリアス・ウィリアム・ポージー
eeb9615345 Edit apisync.py 2025-05-08 20:05:29 +09:00
ザカリアス・ウィリアム・ポージー
e9a649dd5f Edit apicheck.py 2025-05-08 20:03:00 +09:00
ザカリアス・ウィリアム・ポージー
6131f56e3a Add new directory 2025-05-08 20:02:17 +09:00
cb855c468a Merge branch 'metrics-rename-pr' into 'main'
Groups metrics commands under a common namespace

See merge request pancakes1234/wdiscordbotserver!1
2025-05-08 06:14:25 +00:00
7569be8038 Groups metrics commands under a common namespace 2025-05-08 06:14:25 +00:00
f4f9d8aa04 Merge branch 'fix-fun-cog' into 'main'
Corrects `self` parameter usage in command handlers

See merge request pancakes1234/wdiscordbotserver!2
2025-05-08 06:14:12 +00:00
d51d098f37 Corrects self parameter usage in command handlers 2025-05-08 06:14:12 +00:00
8d070f74f6
conflict 2025-05-08 00:11:52 -06:00
9004ce3311
this is why you actually check diffs 2025-05-08 00:09:16 -06:00
659bdf5f94
move update command to a seperate cog cause im fucking stupid 2025-05-08 00:09:00 -06:00
170b87dc51
technically 2025-05-08 00:01:36 -06:00
1a872a50d6
dm errors to me cause i unfortunately dont possess shell access to your server 2025-05-07 23:48:47 -06:00
aa42e15993
Update sysinfo command to display detailed hardware information and improve error logging in systemcheck command. 2025-05-07 23:41:05 -06:00
6d19da7d11
Enhance sysinfo command to provide detailed system and bot information, including CPU, RAM, GPU, and uptime metrics. Improve error handling and response deferral to prevent timeouts. Add motherboard info retrieval for Windows and Linux systems. 2025-05-07 23:40:53 -06:00
560fe5cae7
gurt: sybau 2025-05-07 23:38:30 -06:00
be4d81ddfc
Add commit hash to credits command response 2025-05-07 23:33:07 -06:00