How to make this code work only on a specific date of the week like Saturday or Sunday, and other times return a custom message: this command is been offline or something similar.
@bot.command(pass_context=True)
async def ping(ctx):
msg = "Pong {0.author.mention}".format(ctx.message)
await bot.say(msg)