Commit History

antispam alerts update (longer cooldown, catches staggered spam)
ddddd8f

lunarflu HF staff commited on

updating on_member_ban (User does not allow the same options that Member does, so it changes if they leave before we create a log)
dd844fd

lunarflu HF staff commited on

ban nickname check update
ed4bce0

lunarflu HF staff commited on

on_member_ban update
ba1c870

lunarflu HF staff commited on

if user_cooldowns[message.author.id]['count'] > 2: >> 3
d53ecd5

lunarflu HF staff commited on

added 5s sleep for bans + joins to fix audit logs + mentions, also separated variable names for bans
c621f1b

lunarflu HF staff commited on

Update app.py
3c039fb

lunarflu HF staff commited on

Update app.py
050eb10

lunarflu HF staff commited on

[experimental] antispam on_message
3af4c4f

lunarflu HF staff commited on

avatar url fixes for people without avatars
b049cc9

lunarflu HF staff commited on

fixing empty avatar issue avatar_url = member.avatar.url if member.avatar else bot.user.avatar.url embed.set_author(name=f"{member} ID: {member.id}", icon_url=avatar_url)
0aa24a3

lunarflu HF staff commited on

error printing
48a9b21

lunarflu HF staff commited on

member join, member remove
57d79b2

lunarflu HF staff commited on

Update app.py
bb08ef2

lunarflu HF staff commited on

Update app.py
5849c81

lunarflu HF staff commited on

Update app.py
2140c28

lunarflu HF staff commited on

Update app.py
b578b4f

lunarflu HF staff commited on

ban + unban
34ac5e1

lunarflu HF staff commited on

ban embed
270b41a

lunarflu HF staff commited on

still testing ban embed
fc129e3

lunarflu HF staff commited on

Update app.py
5c2a6c2

lunarflu HF staff commited on

Ban embed updates
b917408

lunarflu HF staff commited on

| {message_link} |
0c41d1b

lunarflu HF staff commited on

Removing native discord embed link for linking to messages; leaving other embeds
0f50857

lunarflu HF staff commited on

DM improvement message_link = f"[#{message.channel.name}]({message.jump_url})" await user.send(f"{number_of_messages}|{message_link}|{message.author}: {message.content}")
3b94d3a

lunarflu HF staff commited on

global
32e47fb

lunarflu HF staff commited on

Update app.py
8e9a25a

lunarflu HF staff commited on

tracking message stats
ca4b90b

lunarflu HF staff commited on

bot-test >>> admin-logs (more strict permissions)
7a9c3df

lunarflu HF staff commited on

nickname stuff
06db8e3

lunarflu HF staff commited on

Update app.py
8c7f90d

lunarflu HF staff commited on

all intents
4c68a14

lunarflu HF staff commited on

user
ee5d8f7

lunarflu HF staff commited on

try accept added, async for entry in bot.guild.audit_logs(limit=5): print(f'{entry.user} did {entry.action} to {entry.target}')
3967fb1

lunarflu HF staff commited on

[HM] nickname testing
46822cd

lunarflu HF staff commited on

[huggingmod][admin] content = "<@&1108342563628404747>" # @alerts role
eb7e36e

lunarflu HF staff commited on

[huggingmod] setting up @alerts ping
864386e

lunarflu HF staff commited on

Update app.py
5d3ef6c

lunarflu HF staff commited on

Update app.py
b367fc9

lunarflu HF staff commited on

Update app.py
2ca1cec

lunarflu HF staff commited on

Update app.py
9627d5c

lunarflu HF staff commited on

debugging
07b9b53

lunarflu HF staff commited on

LOG_CHANNEL
c8b8281

lunarflu HF staff commited on

[huggingmod] cleanup
6c97ecd

lunarflu HF staff commited on

Update README.md
edfb5e2

lunarflu HF staff commited on

[logbot] bringing back old tests
99a01d8

lunarflu HF staff commited on

Create requirements.txt
fee6c84

lunarflu HF staff commited on

logbot
a994ac1

lunarflu HF staff commited on

initial commit
7a2e8ce

lunarflu HF staff commited on