mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-12-14 20:45:15 +01:00
🚧 new tirages working without save
This commit is contained in:
@@ -5,6 +5,7 @@ from discord.ext.commands import Bot
|
||||
|
||||
|
||||
def french_join(l):
|
||||
l = list(l)
|
||||
start = ", ".join(l[:-1])
|
||||
return f"{start} et {l[-1]}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user