GithubHelp home page GithubHelp logo

lonnstyle / discordbotext Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 10.0 6.54 MB

Warframe Discord Bot in Multi-language

License: GNU General Public License v3.0

Python 100.00%
discord discord-bot python python-bot warframe

discordbotext's Introduction

discordbotext's People

Contributors

heiyaushi avatar henryyywong avatar lonnstyle avatar meowxiaoxiang avatar penut85420 avatar ronjoshmap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

discordbotext's Issues

[BUG]sayd auto-publish raise error

描述Bug
sayd raise error when publishing message

Command raised an exception: Forbidden: 403 Forbidden (error code: 50001): Missing Access

如何重現
重現以上Bug的步驟:

  1. use sayd command in publish channel
  2. 發生錯誤

預期表現
no error would be raised

[Update]V3.0.0

- [ ] replace discordpy with interactions

  • #21
  • add buttons for menus
  • merge docs
  • logger
  • #20

add `StreamHandler` to the log

currently we just have a FileHandler on loggging, which means console/docker log will not have any message instead of the runtime.log
try to add another handler on the logger
you can have some reference here

remove the dirname stuff in logs

dirname = os.path.dirname(__file__)
...
handler = logging.FileHandler(filename=os.path.join(dirname, '../log/runtime.log'), encoding='utf-8', mode='a')

remove it and change it to

handler = logging.FileHandler(filename='log/runtime.log', encoding='utf-8', mode='a')

in all the files

wfm.py優化

將研究如何使用embed信息的形式添加賣家頭像

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.