Skip to content

Commit 002f70e

Browse files
committed
h
1 parent f1c2e8d commit 002f70e

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

assets/languages/english.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bot.changelog":"For command usages and a list of commands go to https://ruby.zeroepoch1969.rip or do `{0}help` (`{0}help command` for a command usage)\n{1}",
2020
"bot.version":"Bot version: {0}\nAuthor(s): {1}\nCode name: {2}\nBuild date: {3}",
2121
"bot.uptime":"I've been online for %d weeks, %d days, %d hours, %d minutes, %d seconds",
22-
"bot.joinserver":"Here is the link to add me to your server: https://invite.ruby.zeroepoch1969.rip",
22+
"bot.joinserver":"Here is the link to add me to your server: {}",
2323
"bot.invite":"Here is the link to my server: <{0}>\n\n(if the invite link is expired, report it using {1}notifydev)",
2424
"bot.pinging":"Pinging...",
2525
"bot.website":"My official website can be found here: https://ruby.zeroepoch1969.rip",

assets/languages/finnish.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bot.changelog":"Lue komento luettelo https://ruby.zeroepoch1969.rip Tai tee `{0}help` (`{0}help command` )\n{1}",
2020
"bot.version":"Botin version: {0}\nTekija(s): {1}\nKoodin nimi: {2}\nKoodaus paivamaara: {3}",
2121
"bot.uptime":"olen ollut paalla %d viikkoa, %d paivaa, %d tuntia, %d minuuttia, %d sekunttia",
22-
"bot.joinserver":"Taalta voi kutsua minut palvelimellesi: https://invite.ruby.zeroepoch1969.rip",
22+
"bot.joinserver":"Taalta voi kutsua minut palvelimellesi: {}",
2323
"bot.invite":"Tassa on linkki minun palvelimeen: <{0}>\n\n(jos kutsulinkki on vanhentunut, ilmoita siita {1}notifydev)",
2424
"bot.pinging":"Lasketaan...",
2525
"bot.website":"Minun virallinen nettisivu löytyy taalta: https://ruby.zeroepoch1969.rip",

assets/languages/french.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bot.changelog":"Pour une liste de commandes et comment les utiliser, allez sur https://ruby.zeroepoch1969.rip ou utilisez `{0}help` (`{0}help command` pour l’utilisation d’une commande)\n{1}",
2020
"bot.version":"version du bot: {0}\nAuthor(s): {1}\nCode name: {2}\nBuild date: {3}",
2121
"bot.uptime":"J’ai été en ligne pendant %d semaines, %d jours, %d heures, %d minutes, %d secondes",
22-
"bot.joinserver":"Voici le lien pour m’ajouter à votre serveur: https://invite.ruby.zeroepoch1969.rip",
22+
"bot.joinserver":"Voici le lien pour m’ajouter à votre serveur: {}",
2323
"bot.invite":"Voici le lien pour mon serveur: <{0}>\n\n(si le lien a expiré, reportez-le en utilisant {1}notifydev)",
2424
"bot.pinging":"Pinging...",
2525
"bot.website":"Vouz pouvez trouver mon site officiel ici: https://ruby.zeroepoch1969.rip",

assets/languages/hebrew.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bot.changelog":"בשביל שימוש של פונקציות רשימה של כל הפונקציות, תתחבר לאתר https://ruby.zeroepoch1969.rip או תבצע את הפונקציה `{0}help` (`{0}help פונקציה` בשביל שימוש)\n{1}",
2020
"bot.version":"גירסה: {0}\nמפתחים: {1}\nשם גירסה: {2}\nזמן גירסה: {3}",
2121
"bot.uptime":"פעלתי ל-%d שבועות, %d ימים, %d שעות, %d דקות, ו-%d שניות",
22-
"bot.joinserver":"הינה האתר להזמין אותי לסרבר שלך: https://invite.ruby.zeroepoch1969.rip",
22+
"bot.joinserver":"הינה האתר להזמין אותי לסרבר שלך: {}",
2323
"bot.invite":"הינה האתר להזמין אותך לסרבר שלי: <{0}>\n\n(אם הההזמנה אינה עובדת, תשתמש באפונקציה {1}notifydev לעגיד למפתחים)",
2424
"bot.pinging":"שלח פינג...",
2525
"bot.website":"האתר שלי הוא: https://ruby.zeroepoch1969.rip",

assets/languages/spanish.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bot.changelog":"Para la lista y el uso de comandos ve a https://ruby.zeroepoch1969.rip o haz `{0}help` (`{0}help command` para el uso del comando)\n{1}",
2020
"bot.version":"Versión actual: {0}\nAutor(es): {1}\nNombre del código: {2}\nFecha de la Build: {3}",
2121
"bot.uptime":"He estado en línea por %d semanas, %d días, %d horas, %d minutos, %d segundos",
22-
"bot.joinserver":"Aquí está la liga para añadirme a tu servidor: https://invite.ruby.zeroepoch1969.rip",
22+
"bot.joinserver":"Aquí está la liga para añadirme a tu servidor: {}",
2323
"bot.invite":"Aquí está la liga para mi servidor: <{0}>\n\n(si la liga expiró, repórtalo a los desarrolladores usando {1}notifydev)",
2424
"bot.pinging":"Probando...",
2525
"bot.website":"Este es mi sitio oficial: https://ruby.zeroepoch1969.rip",

bot.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@
4848
# Thy changelog
4949
change_log = [
5050
"Commands:",
51-
"Fixed userinfo",
52-
"Fixed serverinfo",
51+
"Fixed the userinfocommand ",
52+
"Fixed the serverinfo command",
53+
"Fixed the invite command ",
54+
"Fixed the joinserver command"
5355
"Other things:",
5456
"Now using python 3.6",
5557
]
@@ -517,12 +519,12 @@ async def reload(ctx, *, extension:str):
517519
@bot.command()
518520
async def joinserver(ctx):
519521
"""Sends the bot's OAuth2 link"""
520-
await ctx.author.send(Language.get("bot.join_server", ctx))
522+
await ctx.author.send(Language.get("bot.joinserver", ctx).format("http://invite.ruby.zeroepoch1969.rip"))
521523

522524
@bot.command()
523525
async def invite(ctx):
524526
"""Sends an invite link to the bot's server"""
525-
await ctx.author.send(Language.get("bot.join_server", ctx).format("https://discord.gg/RJTFyBd", bot.command_prefix))
527+
await ctx.author.send(Language.get("bot.invite", ctx).format("https://discord.gg/RJTFyBd", bot.command_prefix))
526528

527529
@bot.command()
528530
async def ping(ctx):

utils/buildinfo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BUILD_VERSION = "15.0"
22
BUILD_AUTHORS = "ZeroEpoch1969#0051 and based robin#0052"
3-
BUILD_CODENAME = "it was going so well... until something fucked up... fuck you too"
4-
BUILD_DATE = "December 4th, 2017 at 7:17 PM GMT -7:00"
3+
BUILD_CODENAME = "h"
4+
BUILD_DATE = "December 9th, 2017 at 3:57 PM GMT -7:00"
55
TRANSLATORS = {"spooked robin#0052":"Spanish", "BibleRule#9942":"Hebrew", "Timanttikuutio#1964":"Finnish", "Ele_#0400":"Spanish", "Naratna#1674":"French"}

0 commit comments

Comments
 (0)