update readme and /about

this feels weird to do
This commit is contained in:
MangosArentLiterature 2021-04-15 23:40:47 -05:00
parent db08410fc3
commit 466089ad84
2 changed files with 3 additions and 1 deletions

View File

@ -15,3 +15,5 @@ Copyright © scatterflower 2020-2021
Copyright © Salanto 2021
Copyright © in1tiate 2021
Copyright © mangosarentliterature 2021

View File

@ -205,7 +205,7 @@ void AOClient::cmdUnBan(int argc, QStringList argv)
void AOClient::cmdAbout(int argc, QStringList argv)
{
sendPacket("CT", {"The akashi dev team", "Thank you for using akashi! Made with love by scatterflower, with help from in1tiate and Salanto. akashi " + QCoreApplication::applicationVersion()});
sendPacket("CT", {"The akashi dev team", "Thank you for using akashi! Made with love by scatterflower, with help from in1tiate, Salanto, and mangosarentliterature. akashi " + QCoreApplication::applicationVersion()});
}
void AOClient::cmdMute(int argc, QStringList argv)