From 210dd6a29d2ae8bb13520bb143fd937fde8ebd87 Mon Sep 17 00:00:00 2001 From: devoxin Date: Wed, 21 Feb 2024 12:27:41 +0000 Subject: [PATCH] Update licence and lavalink github references --- docs/conf.py | 2 +- docs/index.rst | 2 +- docs/license.rst | 2 +- docs/quickstart.rst | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4a29da30..b3eb918c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = 'Lavalink.py' -copyright = '2023, Devoxin' +copyright = '2024, Devoxin' author = 'Devoxin' master_doc = 'index' diff --git a/docs/index.rst b/docs/index.rst index 611a1bd3..bebd6445 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ Welcome to Lavalink.py's documentation! \ Lavalink.py is a wrapper for which `Lavalink - `_ abstracts away most of the code necessary to use Lavalink to allow for easier integration into your bots, while still promising full API coverage and powerful tools to get the most out of it. + `_ abstracts away most of the code necessary to use Lavalink to allow for easier integration into your bots, while still promising full API coverage and powerful tools to get the most out of it. **Features:** diff --git a/docs/license.rst b/docs/license.rst index 61fb6ed1..35f69aaf 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -4,7 +4,7 @@ Licensed using the `MIT license `_. MIT License - Copyright (c) 2023 Devoxin + Copyright (c) 2024 Devoxin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 70c65ef3..aa8a6ed0 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -3,14 +3,14 @@ Quickstart Setting up Lavalink server -------------------------- -Download the latest `Lavalink.jar `_ -Place an ``application.yml`` file in the same directory. The file should look like `this `_. +Download the latest `Lavalink.jar `_ +Place an ``application.yml`` file in the same directory. The file should look like `this `_. Run ``java -jar Lavalink.jar`` in the directory of the jar. Using Lavalink.py ----------------- -This only applies if you are using the library `Discord.py `_ and with `Lavalink v3.1+ `_ +This only applies if you are using the library `Discord.py `_ and with `Lavalink v3.1+ `_ Although backwards compatibility may be possible, it's not encouraged nor is support guaranteed. Place the `example cog `_ in your cogs folder or anywhere in your bot's file directory.