add missing c# case in switch statement

merge-requests/9/merge
Matthew 2020-04-25 00:33:08 -04:00
parent 2bb92ccabc
commit aff0d06502
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ export default class Whois extends Command {
case 'cfam':
langs.push('<:clang:553684262193332278> C/C++');
break;
case 'csharp':
langs.push('<:csharp:553684277280112660> C#');
break;
case 'go':
langs.push('<:Go:703449475405971466> Go');
break;