Skip to content

Commit 6bbdf1e

Browse files
committed
Removed credit which shown at the discord when server starts.
1 parent 372ca0c commit 6bbdf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/thedoctorone/DiscordCommunication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void run() {
4646
try {
4747
MCD.getTextChannelById(channelId).sendMessage(serverStartMessage).queue();
4848
//IF YOU REALLY MODIFIED THE PROJECT YOU CAN DELETE THIS MESSAGE. OTHERWISE, YOU ARE NOT ALLOWED TO!
49-
MCD.getTextChannelById(channelId).sendMessage("```css\n'Minecraft Connects Discord'\n Made by Mahmut H. Kocas \n https://www.thedoctorone.github.io```").queue();
49+
//MCD.getTextChannelById(channelId).sendMessage("```css\n'Minecraft Connects Discord'\n Made by Mahmut H. Kocas \n https://www.thedoctorone.github.io```").queue();
5050
break;
5151
} catch (NullPointerException | IllegalMonitorStateException e) {
5252
continue;

0 commit comments

Comments
 (0)