mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Finished progression
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user