bob-el-bot / BobTheBot

The discord bot for 🎲 RNG, 🖊️ quoting, 📜 fonts, 🔒 encryption, and ✨ more!
https://bobthebot.net
Other
2 stars 0 forks source link

Make Helper Functions for Debug and Error Logging. #96

Closed Quantam-Studios closed 9 months ago

Quantam-Studios commented 9 months ago

A namespace needs to be decided upon before this can be completed. Currently namespace Commands.Helpers is in use, but this is misleading for several reasons. One, In instances where Console.WriteLine() is used it often needs strings to be formatted. For 2 the times where Debug.Log() is called do not belong to command handlers and therefore are not helpers of commands.