Finished progression

This commit is contained in:
2018-10-20 21:13:18 +11:00
parent 34dff69af8
commit b2393a2985
5 changed files with 117 additions and 77 deletions

View File

@@ -56,6 +56,8 @@ exports.GetFactionChannel = function(user) {
//ChangeFaction
//client - discord.js client
//factionRole - a faction role
//channel - discord.js channel OR channel name
//member - discord.js member
exports.ChangeFaction = async function(client, factionRole, channel, member) {
//factionRole must be a faction role
if (!exports.CheckFaction(factionRole)) {