- you should use
notmore than!=in statements - No need to declare variables unless they are random or you use them more than once
if a == b: function()return await ctx.respond()if ending the command flow in between on sending a message- Declaring variable types is sometimes completely useless
- Python isn't JavaScript, you dont have to use () in statements or loops
- An
ifstatement doesnt always need a correspondingelsestatement some_list = [a, b, c, d, ...]in 1 lineimport a, b, c, ...in 1 line- When you are opening a file that is a subdirectory of the cwd you dont need to type full path... unix logic
This repository was archived by the owner on Feb 7, 2026. It is now read-only.