<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Discord%2FUkulele</id>
	<title>Discord/Ukulele - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Discord%2FUkulele"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Discord/Ukulele&amp;action=history"/>
	<updated>2026-06-26T12:56:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=Discord/Ukulele&amp;diff=5901&amp;oldid=prev</id>
		<title>Kenneth at 00:23, 22 April 2021</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Discord/Ukulele&amp;diff=5901&amp;oldid=prev"/>
		<updated>2021-04-22T00:23:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Ukulele ==&lt;br /&gt;
&lt;br /&gt;
 git clone https://github.com/Frederikam/ukulele.git&lt;br /&gt;
 # cd ukulele&lt;br /&gt;
 sudo mv ukulele /opt/&lt;br /&gt;
 cd /opt/ukulele&lt;br /&gt;
&lt;br /&gt;
 cp ukulele.example.yml ukulele.yml&lt;br /&gt;
 # edit ukulele.yml and set token to Bot Token&lt;br /&gt;
&lt;br /&gt;
See applicaitons:&lt;br /&gt;
 https://discord.com/developers/applications&lt;br /&gt;
&lt;br /&gt;
Run inside screen:&lt;br /&gt;
 screen&lt;br /&gt;
&lt;br /&gt;
Run (and build with):&lt;br /&gt;
 ./ukulele&lt;br /&gt;
&lt;br /&gt;
== ukulele.yml ==&lt;br /&gt;
&lt;br /&gt;
config:&lt;br /&gt;
  token: &amp;quot;[BOT TOKEN]&amp;quot;&lt;br /&gt;
  shards: 1&lt;br /&gt;
  prefix: &amp;quot;;&amp;quot;&lt;br /&gt;
  database: &amp;quot;./database&amp;quot; # Database filename&lt;br /&gt;
  game: &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
prefix is &amp;quot;::&amp;quot; by default.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
 ;p [url]  # ;play&lt;br /&gt;
&lt;br /&gt;
 ;v [%] # ;volume&lt;br /&gt;
&lt;br /&gt;
 ;q  # ;queue ;l ;list&lt;br /&gt;
 ;np  # ;nowplaying&lt;br /&gt;
&lt;br /&gt;
 ;pause&lt;br /&gt;
 ;resume&lt;br /&gt;
 ;s  # ;skip&lt;br /&gt;
 ;stop&lt;br /&gt;
&lt;br /&gt;
 ;prefix [prefix]  # or &amp;#039;reset&amp;#039;&lt;br /&gt;
&lt;br /&gt;
 ;say [msg]&lt;br /&gt;
&lt;br /&gt;
== README ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Ukulele&lt;br /&gt;
...and his music was electric.&lt;br /&gt;
&lt;br /&gt;
Ukulele is a bot made by the creator and collaborators of FredBoat. The concept is to replicate FredBoat while keeping it simple. The original stack is engineered for serving millions of servers, and is thus too complex to selfhost.&lt;br /&gt;
&lt;br /&gt;
The bot is self-contained and only requires Java 11 to run.&lt;br /&gt;
&lt;br /&gt;
This is currently work-in-progress.&lt;br /&gt;
&lt;br /&gt;
## Features&lt;br /&gt;
- Basic player commands (::play, ::list, ::skip)&lt;br /&gt;
- Volume command&lt;br /&gt;
- Zero-maintenance embedded database&lt;br /&gt;
&lt;br /&gt;
## Host it yourself&lt;br /&gt;
- Make a copy of `ukulele.example.yml` and rename it to `ukulele.yml`&lt;br /&gt;
- Input the bot token [(guide)](https://discordjs.guide/preparations/setting-up-a-bot-application.html)&lt;br /&gt;
- Run `./ukulele` to build and run the application (Windows users use the .bat files via commandline)&lt;br /&gt;
&lt;br /&gt;
## Contributing&lt;br /&gt;
Pull requests are welcome! Look through the issues and/or create one if you have an idea.&lt;br /&gt;
&lt;br /&gt;
Please read [CONTRIBUTING.md](CONTRIBUTING.md)&lt;br /&gt;
&lt;br /&gt;
## Make your own changes (More info soon)&lt;br /&gt;
- Change code&lt;br /&gt;
- `./gradlew clean build`&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>