mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-09 10:52:31 -05:00
Reformat with Black 2023 formatting changes
This commit is contained in:
@@ -299,7 +299,6 @@ class Economy(commands.Cog):
|
||||
cur_time = calendar.timegm(ctx.message.created_at.utctimetuple())
|
||||
credits_name = await bank.get_currency_name(ctx.guild)
|
||||
if await bank.is_global(): # Role payouts will not be used
|
||||
|
||||
# Gets the latest time the user used the command successfully and adds the global payday time
|
||||
next_payday = (
|
||||
await self.config.user(author).next_payday() + await self.config.PAYDAY_TIME()
|
||||
|
||||
Reference in New Issue
Block a user