diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-21 16:56:44 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-21 16:56:44 -0500 |
| commit | 60a0f5c0b2e898440a93987ad906c187a9bc9dc5 (patch) | |
| tree | 5a1ab9f39ce68c20380808e6d40c4eb1e46fe8cc /Commands | |
| parent | 872e352ea582a77a27c810c3d3461413c5b37dd7 (diff) | |
| download | DLAP-60a0f5c0b2e898440a93987ad906c187a9bc9dc5.tar.gz DLAP-60a0f5c0b2e898440a93987ad906c187a9bc9dc5.tar.bz2 DLAP-60a0f5c0b2e898440a93987ad906c187a9bc9dc5.zip | |
Copyright 2024
Diffstat (limited to 'Commands')
| -rw-r--r-- | Commands/about.js | 2 | ||||
| -rw-r--r-- | Commands/join.js | 2 | ||||
| -rw-r--r-- | Commands/leave.js | 2 | ||||
| -rw-r--r-- | Commands/list.js | 2 | ||||
| -rw-r--r-- | Commands/next.js | 2 | ||||
| -rw-r--r-- | Commands/pause.js | 2 | ||||
| -rw-r--r-- | Commands/ping.js | 2 | ||||
| -rw-r--r-- | Commands/play.js | 2 | ||||
| -rw-r--r-- | Commands/previous.js | 2 | ||||
| -rw-r--r-- | Commands/reshuffle.js | 2 | ||||
| -rw-r--r-- | Commands/shutdown.js | 2 | ||||
| -rw-r--r-- | Commands/status.js | 2 |
12 files changed, 12 insertions, 12 deletions
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 |
