def no_subreddit_download_folder(self):
text = 'The subreddit you selected does not appear to have a download folder. This is likely because nothing ' \
'has been downloaded for this subreddit yet.'
reply = message.information(self, 'Folder Does Not Exist', text, message.Ok)
return reply == message.Ok
评论列表
文章目录