def invalid_imgur_client(self):
text = 'The Imgur client you are useing is not valid. Please see the imgur client dialog for instructions on ' \
'how to obtain a valid client id and secret. This dialog can be accessed through the settings menu'
reply = message.information(self, 'Invalid Imgur Client', text, message.Ok)
return reply == message.Ok
评论列表
文章目录