diff --git a/botdiscord.py b/botdiscord.py index f9fa1b5..2ac6847 100644 --- a/botdiscord.py +++ b/botdiscord.py @@ -56,13 +56,13 @@ async def recup_colles(interaction:discord.Interaction, group:str, timezone:str ) async def help(interaction:discord.Interaction): 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 !", colour=0x00b0f4, timestamp=datetime.now()) 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) diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..9ac2116 --- /dev/null +++ b/site/index.html @@ -0,0 +1,10 @@ + + +
+Ceci est une page d'accueil simple.
+ + \ No newline at end of file