中文 | English
KookyBot Basic Implementation Demo written in Java
This program is developed with the intention of helping developers who decide to build their bot using KookyBot with Java to have a better understanding of our documentation.
Any contribution to this project (e.g. adding more code example) are welcome. If you want to add more code examples,
please create a new Java file with a meaningful name and add it to the src/main/java/io/github/kookybot
folder.
KookyBotDemoJava uses AGPL-3.0-or-later License as software license.
KookyBotDemoJava - KookyBot Basic Implementation Demo written in Java
Copyright (C) 2022 KookyBot organization, zly2006, Cubik65536, and contributors.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.