PKlempe / SAM

SAM is a multi-functional Discord Bot specifically designed for the Server of the Faculty of Computer Science at the University of Vienna.
GNU General Public License v3.0
27 stars 5 forks source link

Bug/#195 fix modlog message #199

Closed Katakompe closed 3 years ago

Katakompe commented 3 years ago

Closes #195

The purge command message is now never considered in the count of deleted messages, no matter where it is posted. Further, if less messages exist, than the purge command deletes, only the real amount of deleted messages is displayed.

Eg. writing !purge 10 in a channel with 4 messages (5 messages with the purge-command) would return "Deleted 4 messages"