def subreddit_not_valid(self, sub):
text = '%s is not a valid subreddit. Would you like to remove this sub from the subreddit list?' % sub
reply = message.information(self, 'Invalid Subreddit', text, message.Yes, message.No)
return reply == message.Ok
评论列表
文章目录