Coder Social home page Coder Social logo

ezmudae's Introduction

Welcome to my stuff

How do I mirror flip my screen T-T

ezmudae's People

Contributors

jasonyuan869 avatar znunu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ezmudae's Issues

Query

Do you happen to claim desired waifus?

until_roll giving values way beyond roll_mod

i obtained timing globaly in my program using arbitrary values:

timing = get_timing(60, 180, 0, 0)

Then a mudae_wrapped object was created on async on_message

mudae_wrap = Mudae(self, timing)

but then when going to print the time until_roll rather than seeing values at 60 or below, I receive values that are around 600+

print(f'{mudae_wrap.until_roll()} until next roll')

Documentation Website is down

I went to check the documentation out but the website it's on was down so I was wondering if there was a copy of it somewhere.

Exception: File not available in pvars module

Trying to use your module for my autoclaiming bot (that you might remember a while back).

Can't seem to run it because it throws an exception upon running:

Traceback (most recent call last):
  File "Z:/discord_bot/WaifuBotV3/bot.py", line 25, in <module>
    from EzMudae import Mudae
  File "Z:\discord_bot\WaifuBotV3\EzMudae.py", line 8, in <module>
    pvars = pvars.get_context(file_format=pvars.Format.JSON)
  File "Z:\discord_bot\WaifuBotV3\pvars.py", line 168, in get_context
    ctx = ModuleContext(db_path)
  File "Z:\discord_bot\WaifuBotV3\pvars.py", line 109, in __init__
    self.db = PersistentDict(path, Format.PICKLE)
  File "Z:\discord_bot\WaifuBotV3\pvars.py", line 35, in __init__
    else: raise Exception("File not available")
Exception: File not available

Running Python 3.8 on Windows 10.

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.