Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
get rid of vote credit bypass for now
Browse files Browse the repository at this point in the history
  • Loading branch information
0/0 committed Jan 26, 2021
1 parent ed598bf commit 4f7d049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/future_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def country_name(self, ctx: MyContext, country_name: str):
async def time(self, ctx: MyContext, delay: int):
_ = await ctx.get_translate_function()
if delay > 1095: # TODO: actually implement vote credit bypass
await ctx.reply(_("3 years is the upper limit on simulation length. To unlock this, use a vote credit."))
await ctx.reply(_("3 years is the upper limit on simulation length."))
return

db_user: DiscordUser = await get_from_db(ctx.author, as_user=True)
Expand Down

0 comments on commit 4f7d049

Please sign in to comment.