Skip to content

Commit

Permalink
Update licence and lavalink github references
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Feb 21, 2024
1 parent c9f80b9 commit 210dd6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = 'Lavalink.py'
copyright = '2023, Devoxin'
copyright = '2024, Devoxin'
author = 'Devoxin'
master_doc = 'index'

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to Lavalink.py's documentation!

\
Lavalink.py is a wrapper for which `Lavalink
<https://github.com/freyacodes/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.
<https://github.com/lavalink-devs/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.

**Features:**

Expand Down
2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Licensed using the `MIT license <http://opensource.org/licenses/MIT>`_.

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
Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Quickstart

Setting up Lavalink server
--------------------------
Download the latest `Lavalink.jar <https://github.com/freyacodes/Lavalink/releases/>`_
Place an ``application.yml`` file in the same directory. The file should look like `this <https://github.com/freyacodes/Lavalink/blob/master/LavalinkServer/application.yml.example/>`_.
Download the latest `Lavalink.jar <https://github.com/lavalink-devs/Lavalink/releases/>`_
Place an ``application.yml`` file in the same directory. The file should look like `this <https://github.com/lavalink-devs/Lavalink/blob/master/LavalinkServer/application.yml.example/>`_.

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 <https://github.com/Rapptz/discord.py/>`_ and with `Lavalink v3.1+ <https://github.com/freyacodes/Lavalink/releases/>`_
This only applies if you are using the library `Discord.py <https://github.com/Rapptz/discord.py/>`_ and with `Lavalink v3.1+ <https://github.com/lavalink-devs/Lavalink/releases/>`_
Although backwards compatibility may be possible, it's not encouraged nor is support guaranteed.

Place the `example cog <https://github.com/Devoxin/Lavalink.py/blob/master/examples/music.py>`_ in your cogs folder or anywhere in your bot's file directory.
Expand Down

0 comments on commit 210dd6a

Please sign in to comment.