View Single Post
WeDoItLive
Member
Join Date: Mar 2015
Old 05-23-2017 , 11:01   Re: [ANY] Discord/Slack API (CallAdmin, SourceBans, ...)
Reply With Quote #53

Quote:
Originally Posted by thedudeguy1 View Post
Hello. I'm a complete novice with discord webhooks and I am trying to get the calladmin to work with discord but I can't seem to get it working. I tried using sm_testdiscord with my webhook :
Code:
sm_testdiscord https://discordapp.com/api/webhooks/severalNumbers/aCombinationOfALotOfNumbersAndLettersVaryingInCase hello?
and the following was returned:

Code:
Error: Webhook: https://discordapp.com/api/webhooks/severalNumbers/onlyTheFirstEightCharactersOfTheStringThatComesAfterTheNumbers - Url:
Is there something I'm doing wrong?
A bit late to the party on this one but, for anyone else having trouble as well.
It means module instead of webhook so,
Code:
sm_testdiscord calladmin Hello world!
This would work for the calladmin part, or just replace with sourcebans or sourcecomms.
WeDoItLive is offline