From 60a0f5c0b2e898440a93987ad906c187a9bc9dc5 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 21 Feb 2024 16:56:44 -0500 Subject: Copyright 2024 --- AudioBackend/AudioControl.js | 2 +- AudioBackend/PlayAudio.js | 2 +- AudioBackend/QueueSystem.js | 2 +- AudioBackend/Shutdown.js | 2 +- AudioBackend/VoiceInitialization.js | 2 +- Commands/about.js | 2 +- Commands/join.js | 2 +- Commands/leave.js | 2 +- Commands/list.js | 2 +- Commands/next.js | 2 +- Commands/pause.js | 2 +- Commands/ping.js | 2 +- Commands/play.js | 2 +- Commands/previous.js | 2 +- Commands/reshuffle.js | 2 +- Commands/shutdown.js | 2 +- Commands/status.js | 2 +- Utilities/Voting.js | 2 +- Utilities/i18n.js | 2 +- bot.js | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/AudioBackend/AudioControl.js b/AudioBackend/AudioControl.js index 57d8ed7..7f67838 100644 --- a/AudioBackend/AudioControl.js +++ b/AudioBackend/AudioControl.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/AudioBackend/PlayAudio.js b/AudioBackend/PlayAudio.js index d671e5a..beb098d 100644 --- a/AudioBackend/PlayAudio.js +++ b/AudioBackend/PlayAudio.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/AudioBackend/QueueSystem.js b/AudioBackend/QueueSystem.js index 2bab8eb..032a2b7 100644 --- a/AudioBackend/QueueSystem.js +++ b/AudioBackend/QueueSystem.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/AudioBackend/Shutdown.js b/AudioBackend/Shutdown.js index dcc57f7..85756be 100644 --- a/AudioBackend/Shutdown.js +++ b/AudioBackend/Shutdown.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/AudioBackend/VoiceInitialization.js b/AudioBackend/VoiceInitialization.js index 0088fbd..34c7f0f 100644 --- a/AudioBackend/VoiceInitialization.js +++ b/AudioBackend/VoiceInitialization.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/about.js b/Commands/about.js index 9813e9c..8b63ca2 100644 --- a/Commands/about.js +++ b/Commands/about.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/join.js b/Commands/join.js index dd49969..900cf1f 100644 --- a/Commands/join.js +++ b/Commands/join.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/leave.js b/Commands/leave.js index c78cfe0..ed4d88d 100644 --- a/Commands/leave.js +++ b/Commands/leave.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/list.js b/Commands/list.js index 4713a63..e2498d8 100644 --- a/Commands/list.js +++ b/Commands/list.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/next.js b/Commands/next.js index c99fd6b..e874aaa 100644 --- a/Commands/next.js +++ b/Commands/next.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/pause.js b/Commands/pause.js index 1d04404..a865a32 100644 --- a/Commands/pause.js +++ b/Commands/pause.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/ping.js b/Commands/ping.js index 91d5ed0..d779c69 100644 --- a/Commands/ping.js +++ b/Commands/ping.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/play.js b/Commands/play.js index d514cfe..5ee4868 100644 --- a/Commands/play.js +++ b/Commands/play.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/previous.js b/Commands/previous.js index c5a45b5..9f4dd9f 100644 --- a/Commands/previous.js +++ b/Commands/previous.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/reshuffle.js b/Commands/reshuffle.js index 459575f..187ef9c 100644 --- a/Commands/reshuffle.js +++ b/Commands/reshuffle.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/shutdown.js b/Commands/shutdown.js index 6e26f83..635abc3 100644 --- a/Commands/shutdown.js +++ b/Commands/shutdown.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Commands/status.js b/Commands/status.js index c11105c..b2a10a2 100644 --- a/Commands/status.js +++ b/Commands/status.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Utilities/Voting.js b/Utilities/Voting.js index fe38ab0..99c08ad 100644 --- a/Utilities/Voting.js +++ b/Utilities/Voting.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/Utilities/i18n.js b/Utilities/i18n.js index e9614ea..72a53ab 100644 --- a/Utilities/i18n.js +++ b/Utilities/i18n.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify diff --git a/bot.js b/bot.js index 9376c2a..2c56b99 100644 --- a/bot.js +++ b/bot.js @@ -1,7 +1,7 @@ /************************************************************************** * * DLAP Bot: A Discord bot that plays local audio tracks. - * (C) Copyright 2022 + * (C) Copyright 2024 * Programmed by Andrew Lee * * This program is free software: you can redistribute it and/or modify -- cgit v1.2.3