Giter Site home page Giter Site logo

cocbotkp's People

Contributors

cahlchang avatar curosiz avatar dependabot[bot] avatar gimkondo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

curosiz

cocbotkp's Issues

joinコマンドが正常に動作しない

再現手順

  1. KPが /cc kp start と打つ
  2. /cc join [卓識別用の文字列] を参加者に促す
  3. /cc join [卓識別用の文字列] を参加者が打つ
  4. /cc join と返される(正常に動いていたときは、別のレスポンスが返っていた気がする)
  5. KPが /cc kp order DEX 等しても反応しない

Please add command reference to README

機能追加によってサブコマンドがどんどん充実してきているので、READMEのデプロイ手順の下にコマンドリファレンスがあると嬉しいです

GUIモードの開発

残りのバグを取り一旦完成とする

  • 新規の人が入ろうとすると多分エラーになる

起床ガチャコマンドに遊びを入れたい

コードのTODOコメントからissue化

    elif "起床ガチャ" == key:
        post_command(f"起床ガチャ", token, data_user, channel_id)
        # TODO 現在時刻と合わせて少し変化を入れたい
        num = int(random.randint(1, 100))
        return_message = "起床ガチャ:{}".format(num)

お祈りコマンドに遊びを入れたい

コードのTODOコマンドからissue化

    elif "お祈り" == key:
        post_command(f"お祈り", token, data_user, channel_id)
        # TODO たまに変な効果を出すようにしたい
        num = int(random.randint(1, 100))
        return_message = "お祈り:{}".format(num)

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.