PyBites-Open-Source / karmabot

A Python based Slack Chatbot for community interaction
MIT License
73 stars 47 forks source link

Get rid of more "spam" #113

Closed bbelderbos closed 1 year ago

bbelderbos commented 1 year ago

This was fun at the start:

# other constants
SPECIAL_REPLIES = {
    "zen": "`import this`",
    "cheers": ":beers:",
    "braces": "`SyntaxError: not a chance`",
}

But is now just causing noise, so I suggest we remove this.

It does not make sense to log those to a channel (https://github.com/PyBites-Open-Source/karmabot/issues/103) either I think.