Added Github Pages.

This commit is contained in:
Simon Lancelin 2024-10-12 11:53:54 +02:00
parent 69c8081fc7
commit 20730d71ac
2 changed files with 12 additions and 2 deletions

View File

@ -56,13 +56,13 @@ async def recup_colles(interaction:discord.Interaction, group:str, timezone:str
) )
async def help(interaction:discord.Interaction): async def help(interaction:discord.Interaction):
embed = discord.Embed(title="Le Bot des MP2I[3]", embed = discord.Embed(title="Le Bot des MP2I[3]",
url="https://marsisus.me/staticky", url="https://github.com/FallMarsisus/Discord-Bot-MPII",
description="Bienvenue sur la page d'aide du bot !", description="Bienvenue sur la page d'aide du bot !",
colour=0x00b0f4, colour=0x00b0f4,
timestamp=datetime.now()) timestamp=datetime.now())
embed.set_author(name="Staticky", embed.set_author(name="Staticky",
url="https://marsisus.me/staticky") url="https://github.com/FallMarsisus/Discord-Bot-MPII")
await interaction.response.send_message(embed=embed, ephemeral=True) await interaction.response.send_message(embed=embed, ephemeral=True)

10
site/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Page d'accueil</title>
</head>
<body>
<h1>Bienvenue sur notre site!</h1>
<p>Ceci est une page d'accueil simple.</p>
</body>
</html>