HungGarriiix / binary_calculator

0 stars 0 forks source link

Optimize the Discord configuration code #10

Open HungGarriiix opened 1 year ago

HungGarriiix commented 1 year ago

The current code is put in Bot.cs which makes the process run slower (and redundant also). The code should be put directly into Program.cs since there is no need to make more purposeless class and no extension currently.