strings.go 467 B

1234567891011
  1. // This file is subject to a 1-clause BSD license.
  2. // Its contents can be found in the enclosed LICENSE file.
  3. package cmd
  4. const (
  5. TextMissingParameters = "Achter het commando %s is nog een woord nodig. Zoek op https://notabug.org/mouz/bot/wiki om te zien hoe je het commando kunt gebruiken."
  6. TextInvalidParameter = "Commando %s: ongeldige waarde voor %q"
  7. TextAccessDenied = "Het commando %q kan uitsluitend door beheerders van de bot uitgevoerd worden."
  8. )