Arif Aydogmus

Results 3 issues of Arif Aydogmus

- Supporting multiple iOS projects in same folder implemented - Read and verify for basic controls in config file implemented. (Early warn the developer for invalid config) - Gen command...

Using that nice plugin with commonjs, you've two options. ```js const FloodProtection = require('flood-protection').default; const floodProtection = new FloodProtection(); ``` or ```js const FloodProtection = require('flood-protection'); const floodProtection = new...

- Bottender upgraded. - Slash command support added. ( This requires to add slash commands (balance, deposit, withdraw) to bot on Slack console) ### Refactoring - `sendDoge` fn created to...