Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Themostrandom authored Jul 3, 2024
1 parent a0a64d6 commit 9e86c40
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions server_chat/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ minetest.override_chatcommand("admin", {
return true, "CTF was created by rubenwardy. The current admin/developer is LandarVargan.\nPlease use /report for any issues."
end
})
minetest.register_chatcommand("discord", {
params = "",
description = "Join our Discord server!",
func = function(name, param)
local discord_link = "https://discord.gg/gwrmgr4nfY"
local message = "Join our Discord server here: " .. discord_link
minetest.chat_send_player(name, message)
end,
})


minetest.register_chatcommand("selfkick", {
Expand Down

0 comments on commit 9e86c40

Please sign in to comment.