def on_command_completion(self, ctx):
self.command_counter['succeeded'] += 1
# ------ Viewlikes ------
# Note these views and properties look deceptive. They look like a thin
# wrapper len(self.guilds). However, the reason why these are here is
# to avoid a temporary list to get the len of. Bot.guilds and Bot.users
# creates a list which can cause a massive hit in performance later on.
评论列表
文章目录