From 4418baba3f8366a07367751b0e2c6572bb155856 Mon Sep 17 00:00:00 2001 From: Cam K <28871190+Starman0620@users.noreply.github.com> Date: Tue, 20 Jul 2021 23:08:41 -0400 Subject: [PATCH] Changed Starman0620 to Cam K. in Discord integration credits --- discord_integration/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord_integration/src/main.cpp b/discord_integration/src/main.cpp index c33ca5c6..ae2b5f38 100644 --- a/discord_integration/src/main.cpp +++ b/discord_integration/src/main.cpp @@ -11,7 +11,7 @@ SDRPP_MOD_INFO { /* Name: */ "discord_integration", /* Description: */ "Discord Rich Presence module for SDR++", - /* Author: */ "Starman0620;Ryzerth", + /* Author: */ "Cam K.;Ryzerth", /* Version: */ 0, 0, 2, /* Max instances */ 1 }; @@ -159,4 +159,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(void* instance) { MOD_EXPORT void _END_() { // Nothing here -} \ No newline at end of file +}