Skip to content

SimpleSniper-0.1.3

Compare
Choose a tag to compare
@WhatYouThing WhatYouThing released this 28 Aug 17:31
a2a1341

0.1.3

changelog

  • added a help command, which shows a list of existing commands, and short descriptions for them.
  • disabled the login command as its currently way too buggy, and none of my attempts to patch/fix it worked.
  • logged messages will now show actual dates instead of the unix timestamp (function rework).
  • removed miliseconds from the time function as it was only intended for the old and terrible logging system.
  • got rid of the forced 1 line of text with message logging, and now each value is labeled and seperated with a newline (for easier reading).
  • new force_disable variable in the crash handler config which, if set to true, would completely disable exception catching. option intended for people who know what they're doing. requires a script restart after changing value.
  • added webhook_url and webhook_notify_enable to most module settings which lets you recieve notifications from the selfbot to a specific channel webhook. the 1st value should be the full url, and the 2nd value is a true/false to toggle webhook logging.
  • embeds sent through webhook logging will have their contents truncated to 2000 characters (if needed) to prevent character limit errors.