def up_to_date_message(self):
text = 'You are running the latest version of The Downloader for Reddit'
reply = message.information(self, 'Up To Date', text, message.Ok)
return reply == message.Ok
文章目录