poshbotio / PoshBot

Powershell-based bot framework
MIT License
536 stars 108 forks source link

updated Discord backend to work with PS 5.1, 6.2.3 and 7 #177

Closed scrthq closed 4 years ago

scrthq commented 4 years ago

Description

Motivation and Context

I reeeeeeally wanted the Discord backend to work. Thanks for your work on this @devblackops @michaeltlombardi !! ❤️

How Has This Been Tested?

Tested in PowerShell 5.1, 6.2.3 and 7.0.0.0-preview.4 on Windows 10 Professional

Screenshots (if appropriate):

Types of changes

Checklist:

scrthq commented 4 years ago

Added the suppression rule in a new commit

Considering these are being compiled onto a single PSM1 though, is the single instance on the Slack side enough to cover or is PSSA being ran against each file and that's not applicable in that case?