Code Monkey home page Code Monkey logo

enterprisealrobot's People

Contributors

1maverick1 avatar architdate avatar ayrahikari avatar chankitsaini avatar dank-del avatar deepsource-autofix[bot] avatar deepsourcebot avatar destroyer-32 avatar dragsama avatar fushinori avatar gotenksin avatar halodragon7410 avatar itsluuke avatar justasic avatar jvlianodorneles avatar neppu-nep avatar ni5arga avatar notfounderror avatar omar-abdul-azeez avatar paulsonoflars avatar ryomen-sukuna avatar sitischu avatar skittles9823 avatar spechide avatar sphericalkat avatar starry-shivam avatar termozour avatar the-blank-x avatar tsunayoshisawada avatar tusharsadhwani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

enterprisealrobot's Issues

Greetings dont get triggered on Prod

How to reproduce

  • Just try joining a group with kigyo in it, with greetings enabled, no other thing required

Kigyo doesnt respond to any join or leave events on Prod

  • in my testing it does work locally, just not in prod, which might be a hint towards corrupt data

Checking the logs of the production kigyo, it does not mention any error arising from greetings, or error at all

cleanservice doesn't work when welcome is off

Please see here after reading this issue.


Welcome in a group, is true by default, so this problem is somehow rare.
But if a user removes the welcome message with command: /welcome off, the /cleanservice on will have no effect at all.
If a user joins, kigyo won't delete the service message.


Users who don't want to see a welcome message, but want kigyo to delete service messages (such as User X removed User Y or User X left the group), will be in trouble.

(FLK-E711) Equality comparison detected with singleton object

Description

Comparisons to the singleton objects, like True, False, and None, should be done with identity, not equality. Use “is” or “is not”. Identity checks are faster than equality checks. Bad: python value = fx() if value != None: print(value) Good: ```python value = fx() if value is not None: …

Occurrences

There are 29 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Dank-del/EnterpriseALRobot/issue/FLK-E711/occurrences/

Bot

Chat (Telegram)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.