Closed Xithrius closed 3 years ago
Changes:
I100
logging
loguru
discord.ext.commands.Bot
bot.py
Plotting
graphs.py
Reddit
formatting.py
Graph
graph_2d
plot_and_save
Additions:
discord.ext.commands.Context
await ctx.send()
Warnings
game_data
Warframe
Factorio
Random
Deletions:
AntiCommandSpam
Vectorization
Dates
Snippets
Notes
unit_conversion.py
shortcuts.py
Changes:
I100
rule, ruling over imports.logging
module, and replaced it with a 3rd partyloguru
module.discord.ext.commands.Bot
withinbot.py
.Plotting
, and utility for graphing is calledgraphs.py
.Reddit
cog now graphs upvotes or other numbers over time.formatting.py
created to provide string formatting.Graph
class turned into a singulargraph_2d
synchronous function that can be awaited because of a useful decorator calledplot_and_save
.Additions:
discord.ext.commands.Context
for embedding and void returns fromawait ctx.send()
.Warnings
cog will give a DuckDuckGo search query, for faster research.game_data
extension, which contains theWarframe
andFactorio
cogs.Random
cog has been added for bar graphs of dice rolls.Deletions:
AntiCommandSpam
, that will come in a later update when Redis caching is implemented.Vectorization
,Dates
,Snippets
, andNotes
were removed because they either relied on databases or just didn't have any use.unit_conversion.py
completed obliterated.shortcuts.py
split up and moved into too many different places to count.