This website works better with JavaScript.
Home
Explore
Help
Sign In
yannic
/
YoshiBot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Lol python3 ist doch wichtiger als ich dachte. Das hat offenbar zu Fehlern mit Umlauten geführt
pull/2/head
Yannic Link
4 years ago
parent
6748b19c0b
commit
85f5352b03
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/src/main/java/de/yannicpunktdee/yoshibot/command/commands/SayCommand.java
+ 1
- 1
app/src/main/java/de/yannicpunktdee/yoshibot/command/commands/SayCommand.java
View File
@ -32,7 +32,7 @@ public class SayCommand extends YoshiCommand {
try
{
ProcessBuilder
pb
=
new
ProcessBuilder
(
"python"
,
"python
3
"
,
Resources
.
getTtsPath
(
)
,
"--text"
,
text
,
Write
Preview
Loading…
Cancel
Save