def no_imgur_client(self):
text = 'No Imgur client is detected. You must have an Imgur client in order to download content from ' \
'imgur.com. Please see settings menu and click on the "Imgur Client Information" in the top right for ' \
'instuctions on how to obtain an imgur client and enter its credentials for use with this application'
reply = message.information(self, 'No Imgur Client', text, message.Ok)
return reply == message.Ok
评论列表
文章目录