why won't it just work

this is for when people can't get in after registering for who knows what fucking reason
This commit is contained in:
BongaTheProto
2022-01-10 23:42:13 -05:00
parent 6b6194fe24
commit b4a1ebeddb
5 changed files with 48 additions and 2 deletions
@@ -0,0 +1,9 @@
/client/proc/discordnulls()
set category = "Debug"
set name = "Delete Discord Nulls"
set desc = "Delete rows in the database where discord_id is NULL."
if(!SSdiscord)
return
SSdiscord.delete_nulls()
message_admins("[key_name(usr)] has attempted to clear NULLs from the discord database")
log_admin("[key_name(usr)] has attempted to clear NULLs from the discord database")