# Project dependencies # Structure - `bot` -- the bot code itself - `cfg` -- everything configuration related - `external` -- eveything responsible for communication with an external network interfaces/devices - `repo` -- everything storage related (including external databases, caches, CDNs) - `utils` -- everything else # Configuring the project We store code in a .ts file cuz it's working just fine