Warframe module for isic
npm install isic-warframe!warframe alert register/unregister
!alerts
!warframe voidtrader register/unregister
!voidtrader
!warframe sorties register/unregister
!sorties
!fissures
phrases`, `importantPhrases` and `ignores`.
* `phrases` are the phrases the bot is supposed to do, it's basically a whitelist.
* `importantPhrases` are kinda the same as phrases with the difference that the bot will post them with an `@here` to trigger a notification
* `ignores` a blacklist of phrases, if something is triggered by one of the above options you can ignore it again with this.
`json
...
"isicWarframe": {
"platform": "pc",
"alerts": {
"phrases": [
"(Mod)",
"(Blueprint)",
"Gift From The Lotus",
"Gift Of The Lotus",
"Nitain Extract",
"Orokin Reactor",
"Orokin Catalyst",
"Exilus"
],
"importantPhrases": [
"Gift From The Lotus",
"Gift Of The Lotus",
"Orokin Reactor",
"Orokin Catalyst",
"Exilus",
"Forma",
"Wraith",
"Vandal"
],
"ignores": []
}
}
...
`
$3
The bot supports the console world states you just have to put the "platform" option into "isicWarframe" like this for PS4:
`json
...
"isicWarframe": {
"platform": "ps4"
},
...
`
or this for XB1:
`json
...
"isicWarframe": {
"platform": "xb1"
},
...
`
Emoji
If you want to see Warframe icons instead of text in your server upload the emojis in assets/emoji to your server with the exact same name (WF_Credits.png must be named WF_Credits`), the bot will try to look them up and post them if available instead of the text.