Updated gitlab link
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
7af226f08f
commit
b4dd71cdff
@ -22,7 +22,7 @@ public class Aide extends Command {
|
||||
embed.setColor(Color.GREEN)
|
||||
.setTitle(App.NAME)
|
||||
.setDescription("Besoin d'aide ?")
|
||||
.setUrl("https://gitlab.com/lovallat/reminder-bot")
|
||||
.setUrl("https://gitlab.com/lovallat/presenceirb")
|
||||
.setFooter("Menu d'aide", null)
|
||||
.setTimestamp(Instant.now());
|
||||
})).then().onErrorResume(t -> fatalError(event, t));
|
||||
|
@ -20,7 +20,7 @@ public class Version extends Command {
|
||||
embed.setColor(Color.GREEN)
|
||||
.setTitle(App.NAME)
|
||||
.setDescription(App.DESCRIPTION)
|
||||
.setUrl("https://gitlab.com/lovallat/reminder-bot")
|
||||
.setUrl("https://gitlab.com/lovallat/presenceirb")
|
||||
.setTimestamp(Instant.now())
|
||||
.addField("Version", App.VERSION, false);
|
||||
String imageURL = DiscordManager.getClientImage().block();
|
||||
|
Loading…
Reference in New Issue
Block a user