Nat1anWasTaken / Lava

Consider using f-strings PYL-C0209
Performance
Minor
4 months agoa year old
Formatting a regular string which could be a f-string
21            self.icons = json.load(f)
22
23    async def on_ready(self):
24        self.logger.info("The bot is ready! Logged in as %s" % self.user)25
26        self.__setup_lavalink_client()
27