Merge branch 'master' of https://github.com/IThundxr/bot
This commit is contained in:
commit
2b68691e3f
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
# PrismLauncher bot
|
||||
|
||||
PrisimLauncher Bot for [Discord](https://discord.gg/prismlauncher).
|
||||
PrismLauncher Bot for [Discord](https://discord.gg/prismlauncher).
|
||||
|
|
|
@ -80,7 +80,7 @@ const intelHDAnalyzer: Analyzer = async (text) => {
|
|||
if (text.includes('org.lwjgl.LWJGLException: Pixel format not accelerated')) {
|
||||
return [
|
||||
'Intel HD Windows 10',
|
||||
"Your drivers don't support windows 10 officially\nSee https://prismlauncher.org//wiki/getting-started/installing-java/#a-note-about-intel-hd-20003000-on-windows-10 for more info",
|
||||
"Your drivers don't support windows 10 officially\nSee https://prismlauncher.org/wiki/getting-started/installing-java/#a-note-about-intel-hd-20003000-on-windows-10 for more info",
|
||||
];
|
||||
}
|
||||
return null;
|
||||
|
@ -94,7 +94,7 @@ const macOSNSWindowAnalyzer: Analyzer = async (text) => {
|
|||
) {
|
||||
return [
|
||||
'MacOS NSInternalInconsistencyException',
|
||||
'You need to downgrade your Java 8 version. See https://prismlauncher.org//wiki/getting-started/installing-java/#older-minecraft-on-macos',
|
||||
'You need to downgrade your Java 8 version. See https://prismlauncher.org/wiki/getting-started/installing-java/#older-minecraft-on-macos',
|
||||
];
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue