aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-21 16:56:44 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-21 16:56:44 -0500
commit60a0f5c0b2e898440a93987ad906c187a9bc9dc5 (patch)
tree5a1ab9f39ce68c20380808e6d40c4eb1e46fe8cc
parent872e352ea582a77a27c810c3d3461413c5b37dd7 (diff)
downloadDLAP-60a0f5c0b2e898440a93987ad906c187a9bc9dc5.tar.gz
DLAP-60a0f5c0b2e898440a93987ad906c187a9bc9dc5.tar.bz2
DLAP-60a0f5c0b2e898440a93987ad906c187a9bc9dc5.zip
Copyright 2024
-rw-r--r--AudioBackend/AudioControl.js2
-rw-r--r--AudioBackend/PlayAudio.js2
-rw-r--r--AudioBackend/QueueSystem.js2
-rw-r--r--AudioBackend/Shutdown.js2
-rw-r--r--AudioBackend/VoiceInitialization.js2
-rw-r--r--Commands/about.js2
-rw-r--r--Commands/join.js2
-rw-r--r--Commands/leave.js2
-rw-r--r--Commands/list.js2
-rw-r--r--Commands/next.js2
-rw-r--r--Commands/pause.js2
-rw-r--r--Commands/ping.js2
-rw-r--r--Commands/play.js2
-rw-r--r--Commands/previous.js2
-rw-r--r--Commands/reshuffle.js2
-rw-r--r--Commands/shutdown.js2
-rw-r--r--Commands/status.js2
-rw-r--r--Utilities/Voting.js2
-rw-r--r--Utilities/i18n.js2
-rw-r--r--bot.js2
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