Flobii / discord-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WOWS - Discord-Bot

Events

# One-Time
function OnStart()
end

function OnDeath()
end

# Frequently
function OnDay()
end

function OnNight()
end

function OnRound()
end

# Other
function OnActivate()
end

Functions

ActionFunction

function DemoActionFunction(action::Action, player::Player) 
end

About

License:MIT License


Languages

Language:Julia 100.0%