---
title: donate()
framework: tipkit
role: symbol
role_heading: Instance Method
path: tipkit/tips/event/donate()
---

# donate()

Donates an event with no associated Donation value.

## Declaration

```swift
func donate() async where DonationInfo == Tips.EmptyDonation
```

## See Also

### Add Donations

- [donate(_:)](tipkit/tips/event/donate(_:).md)
- [sendDonation(_:)](tipkit/tips/event/senddonation(_:).md)
- [sendDonation(_:_:)](tipkit/tips/event/senddonation(_:_:).md)
