rename forwarder bot

This commit is contained in:
InsanusMokrassar 2020-11-02 22:44:15 +06:00
parent d49ce88a0b
commit 6d066532fb
4 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildscript {
apply plugin: 'kotlin'
apply plugin: 'application'
mainClassName="ForwarderBotKt"
mainClassName="ForwardInfoSenderBotKt"
repositories {
jcenter()

View File

@ -1,4 +1,4 @@
include ":ForwarderBot"
include ":ForwardInfoSenderBot"
include ":RandomFileSenderBot"
include ":HelloBot"
include ":GetMeBot"