WoW:API GuildDemote: Difference between revisions

Updated to match the current API boilerplate.
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
Demotes specified player if you have that privilege.<br>
 
<pre>
Demotes a specified player if you have that privilege.
GuildDemote("playername");
GuildDemote("playername")
</pre>
 
 
== Arguments ==
:; "playername" : String - The name of the player to demote
 
 
== Returns ==
:nil
Anonymous user