This commit is contained in:
speediegq 2022-10-11 21:24:26 +02:00
parent 2cd50c42c2
commit 80c4b1ffa6

View file

@ -2174,7 +2174,7 @@ EMOJICOPY()
DBOARD_CREDITS()
{
printf "speedie - Wrote the script & Swedish characters\njornmann - Helped out with some code\nLuke Smith - The idea\nLucss21a - Baybayin characters\nDamaj301Damaj - Arabic characters"
printf "speedie - Wrote the script & Swedish characters\nemilyd - Helped out with some code\nLuke Smith - The idea\nLucss21a - Baybayin characters\nDamaj301Damaj - Arabic characters"
}
DBOARD_ABOUT()
@ -2238,7 +2238,7 @@ elif [ "$ACTION" = "Credits" ]; then
CREDIT_SEL=$(printf "$(DBOARD_CREDITS)" | $RUNLAUNCHER -p 'dboard was created with the help of and by: ' -l 20 $GRIDARG $GRIDNUM)
case "$CREDIT_SEL" in
"speedie - Wrote the script & Swedish characters") $BROWSER 'https://speedie.gq' ;;
"jornmann - Helped out with some code") $BROWSER 'https://donut.gq' ;;
"emilyd - Helped out with some code") $BROWSER 'https://donut.gq' ;;
"Luke Smith - The idea") $BROWSER 'https://lukesmith.xyz' ;;
"Lucss21a - Baybayin characters") $BROWSER 'https://alexisgaming95.neocities.org' ;;
"Damaj301Damaj - Arabic characters") $BROWSER 'https://github.com/Damaj301damaj-lol' ;;