mcb-dev / mCodingBot

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

Minor improvements; changed stat format #31

Closed trag1c closed 2 years ago

trag1c commented 2 years ago

Added

Changed

Removed

trag1c commented 2 years ago

Mcoding bot uses import typing primarily I believe

Before my PR it was 3x from typing import ... vs 2x import typing

CircuitSacul commented 2 years ago

You need to run isort locally