Closed Kamiikrazy closed 2 years ago
ok
I say we keep the variable for readability. It uses up such little memory it's negligible. I also suggest you reformat the title
variable to be like so:
title = [
...,
...,
...,
]
I approve this change regardless of if you implement these changes or not, they are just for readability.
That may be so. But neglecting any optimization is substandard. Also in most commands and methods we've already gone with building the embed in the send method. So the change wouldn’t be just for a small amount of optimization but code base consistency as well.
thanks for the reviews, will keep in mind to reduce unnecessary memory in the future.
I see no point of building the embed and binding it to a variable that you use once. Just build the embed inside the send method. Making one use variables takes up unnecessary memory.