Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 2046194

Browse files
committed
prettier, sudo
1 parent c0277f0 commit 2046194

File tree

7 files changed

+41
-32
lines changed

7 files changed

+41
-32
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Do '....'
1616
2. Enter command '....'
1717
3. Hit reaction '....'
@@ -23,15 +23,17 @@ A clear and concise description of what you expected to happen.
2323
If applicable, add screenshots to help explain your problem.
2424

2525
**Desktop (please complete the following information):**
26-
- OS: [e.g. iOS]
27-
- Browser [e.g. chrome, safari]
28-
- Version [e.g. 22]
26+
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
2930

3031
**Smartphone (please complete the following information):**
31-
- Device: [e.g. iPhone6]
32-
- OS: [e.g. iOS8.1]
33-
- Browser [e.g. stock browser, safari]
34-
- Version [e.g. 22]
32+
33+
- Device: [e.g. iPhone6]
34+
- OS: [e.g. iOS8.1]
35+
- Browser [e.g. stock browser, safari]
36+
- Version [e.g. 22]
3537

3638
**Additional context**
3739
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212

1313
script:
1414
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then unset DOCKERHUB_USER && unset DOCKERHUB_PASSWORD; fi'
15-
- podman build -t gelbpunkt/idlerpg:latest .
15+
- sudo podman build -t gelbpunkt/idlerpg:latest .
1616

1717
after_success:
18-
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then podman push --creds="$DOCKERHUB_USER:$DOCKERHUB_PASSWORD" gelbpunkt/idlerpg:latest; fi'
18+
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sudo podman push --creds="$DOCKERHUB_USER:$DOCKERHUB_PASSWORD" gelbpunkt/idlerpg:latest; fi'

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
![Build Status](https://api.travis-ci.com/Gelbpunkt/IdleRPG.svg)
44

5-
65
This is the code for the IdleRPG Discord Bot.
76

87
You may [submit an issue](https://github.com/Gelbpunkt/IdleRPG/issues) or [open a pull request](https://github.com/Gelbpunkt/IdleRPG/pulls) at any time.
@@ -12,20 +11,23 @@ You may [submit an issue](https://github.com/Gelbpunkt/IdleRPG/issues) or [open
1211
The IdleRPG Project is licensed under the terms of the [GNU Affero General Public License 3.0](https://github.com/Gelbpunkt/IdleRPG/blob/v4/LICENSE) ("AGPL").
1312

1413
The AGPL allows you to:
14+
1515
- [x] Modify the code
1616
- [x] Distribute it
1717

1818
It however does not allow you to:
19+
1920
- [ ] Sublicense
2021
- [ ] Hold liable
2122

2223
You must:
24+
2325
- Include the copyright
2426
- Include the License
2527
- Disclose the source
2628
- State changes
2729

28-
Summary and information taken from [here](https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)).
30+
Summary and information taken from [here](<https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)>).
2931

3032
## Current goals
3133

assets/data/tournament.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
{"Participants":[[1810,"*Divorced*\u2661"],[3271,"Mega Vonuchki"],[3289,"Anime Watchers"]],"Matches":[]}
1+
{
2+
"Participants": [
3+
[1810, "*Divorced*\u2661"],
4+
[3271, "Mega Vonuchki"],
5+
[3289, "Anime Watchers"]
6+
],
7+
"Matches": []
8+
}

assets/html/command.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<div class="card">
2-
<div class="card-body">
3-
<h5 class="card-title">{name}</h5>
4-
<pre>{usage}</pre>
5-
{checks}
6-
<p>{description}</p>
7-
</div>
8-
</div>
1+
<div class="card">
2+
<div class="card-body">
3+
<h5 class="card-title">{name}</h5>
4+
<pre>{usage}</pre>
5+
{checks}
6+
<p>{description}</p>
7+
</div>
8+
</div>

assets/html/commands.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,14 @@
123123
alt="Banner Image"
124124
/>
125125
<div class="container">
126-
<h1 class="display-3">Commands</h1>
127-
128-
{content}
126+
<h1 class="display-3">Commands</h1>
129127

128+
{content}
130129
</div>
131130
<footer class="footer mt-4">
132131
<a href="https://discordbots.org/bot/424606447867789312">
133132
<img
134-
class="img-fluid mx-auto d-block"
133+
class="img-fluid mx-auto d-block"
135134
src="https://discordbots.org/api/widget/424606447867789312.svg"
136135
alt="IdleRPG"
137136
/>

0 commit comments

Comments
 (0)