mcb-dev / mCodingBot

The Discord bot for the mCoding Discord server.
https://mcoding.io/discord
MIT License
12 stars 4 forks source link

Replace errors on bot launch with warnings #88

Closed Lunarmagpie closed 1 year ago

Lunarmagpie commented 1 year ago

This PR replaces the exceptions when the bot launches with warnings.

trag1c commented 1 year ago

@CircuitSacul can you maybe invert the logic so that there's not this much indented code

CircuitSacul commented 1 year ago

@CircuitSacul can you maybe invert the logic so that there's not this much indented code

I don't see how, since each section is independent of the other

trag1c commented 1 year ago

@CircuitSacul can you maybe invert the logic so that there's not this much indented code

I don't see how, since each section is independent of the other

lines 54–77 in stats.py

trag1c commented 1 year ago

fix typos in the new comments

CircuitSacul commented 1 year ago

fix typos in the new comments

oops. fixed

Lunarmagpie commented 1 year ago

I dont think we 100% needs the comments. LGTM though.