mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix minor typo (#2713)
This commit is contained in:
parent
cdcde26dfc
commit
1cfce8b72c
@ -254,7 +254,7 @@ async def reset_red():
|
|||||||
"please select option 5 in the launcher."
|
"please select option 5 in the launcher."
|
||||||
)
|
)
|
||||||
await asyncio.sleep(2)
|
await asyncio.sleep(2)
|
||||||
print("\nIf you continue you will remove these instanes.\n")
|
print("\nIf you continue you will remove these instances.\n")
|
||||||
for instance in list(instances.keys()):
|
for instance in list(instances.keys()):
|
||||||
print(" - {}".format(instance))
|
print(" - {}".format(instance))
|
||||||
await asyncio.sleep(3)
|
await asyncio.sleep(3)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user