JustPaste.it
            set {_c} to channel with id (3rd element of (split event-string at ".")) using event-bot
            event-string = "channel.position.%discord id of {_c}%.1dir":
                set {_pos} to (channel position of {_c})+1
                set {_c}'s channel position to {_pos}
                reply with hidden "up"
            event-string = "channel.position.%discord id of {_c}%.2dir":
                set {_pos} to (channel position of {_c})-1
                set {_c}'s channel position to {_pos}
                reply with hidden "down"