mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-01 02:15:58 -04:00
7 lines
245 B
Python
7 lines
245 B
Python
from intents.chat import ChatBroadcastIntent
|
|
from intents.chat.ChatBroadcastIntent import BroadcastType
|
|
import sys
|
|
|
|
def execute(objManager, player, target, args):
|
|
ChatBroadcastIntent(args, player, None, BroadcastType.GALAXY).broadcast()
|
|
return |