add missing c# case in switch statement

merge-requests/12/head
Matthew 2020-04-25 00:33:08 -04:00 committed by Bsian
parent 0308e20528
commit 612b48dfa0
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
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;