refactor: update PHP to 8.2
fix: possible division by 0 on statistics page fix: duplicated messages on discord notifications docs: update readme
This commit is contained in:
@@ -226,14 +226,7 @@
|
||||
}
|
||||
|
||||
$postfields = [
|
||||
'content' => $message,
|
||||
'embeds' => [
|
||||
[
|
||||
'title' => $title,
|
||||
'description' => $message,
|
||||
'color' => hexdec("FF0000")
|
||||
]
|
||||
]
|
||||
'content' => $message
|
||||
];
|
||||
|
||||
if (!empty($discord['bot_username'])) {
|
||||
|
||||
Reference in New Issue
Block a user