-
This is a follow-up of issue #811
At time, it is impossible to properly package dub packages in Linux distributions.
In Linux distros, we need to have all stuff required to build a software present in…
-
Attempting to roll for a tabletop game, no response from the bot when command is input.
[Image of the commands](http://i.imgur.com/AdmxEaW.png)
-
Today I get a message, somethin wrong. But I dont know why? No Limits, enough balance.
This is the secondor third time i got that.
Imo it is importend that #5 is implemented.
-
Hi,
I'm trying to compile DiceBot with VS2015 but I'm running into a load of errors, mainly because of missing dependencies. Please, can you provide a full list of the NuGet packages and/or other de…
-
Hello
When i try to send mBitcoin. I get the message "not enough funds" as soon as i type 0 . in the amount
Hope some one can help me
-
Heya, I've been using dicebot for a while and loving it, but I've been forced to gradually discover the functionality from usage, as there is effectively no documentation for the project. I write spec…
-
Hello, I compiled the bot source in VS 2013 after correcting Noesis etc issues, but there is no Chart displayed.
Can you suggest a solution to fix this ?
![dicebot](https://cloud.githubuserconte…
-
Iam not able to compile the project because of this missing file.
Visual Studio 2015 says:
> The item 'provablyio.cs' does not exist in the project directory. It may have been moved, renamed or de…
-
When I try to build this with LDC, I get the following:
```
[koz@Emi dub]$ ./build.sh
Generating version file...
Running ldmd2...
/usr/bin/ld: cannot find -lphobos2-ldc
collect2: error: ld returned 1…
-
bcdice.rbやOnset!などからガーデンオーダーが使えません。
以下のコードをbcdiceCore.rbの2056行目に追加してテストしたところ、期待通りに動作しました。
```ruby
when /(^|\s)(GardenOrder)$/i
require 'diceBot/GardenOrder'
diceBot = GardenOrder.new
```
上記…