fix typo
This commit is contained in:
@ -31,7 +31,7 @@ bool DiscordAPI::sendMessage(String trame){
|
||||
}
|
||||
|
||||
|
||||
bool DiscordAPI::sendheure(String hStart, String hEnd){
|
||||
bool DiscordAPI::sendHeure(String hStart, String hEnd){
|
||||
int color = random(16777215);
|
||||
String trame = "{\"embeds\": [{\"title\": \"Le Lab est ouvert !\",\"description\": \"Le Lab est ouvert de **"+ hStart +"** à **"+ hEnd +"**\",\"color\": \"" + color + "\"}]}";
|
||||
return this->sendMessage(trame);
|
||||
|
Reference in New Issue
Block a user